{"id":6856,"date":"2016-03-29T17:39:48","date_gmt":"2016-03-29T08:39:48","guid":{"rendered":"http:\/\/www.ka-net.org\/blog\/?p=6856"},"modified":"2016-03-29T17:39:48","modified_gmt":"2016-03-29T08:39:48","slug":"microsoft-edge%e3%81%ae%e6%8b%a1%e5%bc%b5%e6%a9%9f%e8%83%bd%e3%82%92%e8%89%b2%e3%80%85%e8%a9%a6%e3%81%97%e3%81%a6%e3%81%bf%e3%81%9f%e3%80%82","status":"publish","type":"post","link":"https:\/\/www.ka-net.org\/blog\/?p=6856","title":{"rendered":"Microsoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd\u3092\u8272\u3005\u8a66\u3057\u3066\u307f\u305f\u3002"},"content":{"rendered":"<p><a href=\"\/\/www.ka-net.org\/blog\/?p=6842\" title=\"Microsoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd\u3067Hello World\u3057\u3066\u307f\u305f\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" target=\"_blank\">\u524d\u56de\u306e\u8a18\u4e8b<\/a>\u3067\u306fMicrosoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd(Microsoft Edge Extensions)\u306e\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3057\u305f\u3002<br \/>\n\u3068\u3044\u3063\u3066\u3082\u30a2\u30e9\u30fc\u30c8\u8868\u793a\u3059\u308b\u3060\u3051\u306eHello World\u30d7\u30ed\u30b0\u30e9\u30e0\u306a\u306e\u3067\u3001\u62e1\u5f35\u6a5f\u80fd\u3089\u3057\u3055\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n<p>\u306a\u306e\u3067\u4eca\u56de\u306f\u62e1\u5f35\u6a5f\u80fd\u3067\u4f7f\u3048\u308b\u30a4\u30d9\u30f3\u30c8\u3042\u305f\u308a\u3092\u8a66\u3057\u3066\u307f\u308b\u3053\u3068\u306b\u3057\u307e\u3057\u305f\u3002<\/p>\n<p><span style=\"color: #ff0000; font-weight: bold;\">\u203b \u4e0b\u8a18\u62e1\u5f35\u6a5f\u80fd\u306fWindows 10 Pro Insider Preview 10.0.14295 \u30d3\u30eb\u30c9 14295\u3001Microsoft Edge 34.14295.1000.0 \u74b0\u5883\u3067\u52d5\u4f5c\u78ba\u8a8d\u3057\u3066\u3044\u307e\u3059\u3002<\/span><br \/>\n<span style=\"color: #ff0000; font-weight: bold;\">\u203b Edge\u7528\u62e1\u5f35\u6a5f\u80fd\u306e\u30c6\u30b9\u30c8\u65b9\u6cd5\u306f<a href=\"\/\/www.ka-net.org\/blog\/?p=6842\" title=\"Microsoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd\u3067Hello World\u3057\u3066\u307f\u305f\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" target=\"_blank\">\u524d\u56de\u306e\u8a18\u4e8b<\/a>\u3092\u3054\u53c2\u7167\u304f\u3060\u3055\u3044\u3002<\/span><\/p>\n<h4 class=\"style4a\">manifest.json<\/h4>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">{\r\n  &quot;name&quot;: &quot;\u30c6\u30b9\u30c8\u7528\u62e1\u5f35\u6a5f\u80fd&quot;,\r\n  &quot;description&quot;: &quot;\u30c6\u30b9\u30c8\u7528\u306e\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002&quot;,\r\n  &quot;version&quot;: &quot;1.0.0.0&quot;,\r\n  &quot;locale&quot;: &quot;ja&quot;,\r\n  &quot;default_locale&quot;: &quot;ja&quot;,\r\n  &quot;icons&quot;: {\r\n    &quot;24&quot;: &quot;img\/icon_24.png&quot;,\r\n    &quot;128&quot;: &quot;img\/icon_128.png&quot;\r\n  },\r\n  &quot;background&quot;: {\r\n    &quot;page&quot;: &quot;background.html&quot;\r\n  },\r\n  &quot;browser_action&quot;: {\r\n    &quot;title&quot;: &quot;My Extension&quot;,\r\n    &quot;icon&quot;: {\r\n      &quot;20&quot;: &quot;img\/icon_20.png&quot;,\r\n      &quot;25&quot;: &quot;img\/icon_25.png&quot;,\r\n      &quot;30&quot;: &quot;img\/icon_30.png&quot;,\r\n      &quot;40&quot;: &quot;img\/icon_40.png&quot;\r\n    }\r\n  },\r\n  &quot;permissions&quot;: &#x5B;\r\n    &quot;tabs&quot;\r\n  ]\r\n}<\/pre>\n<h4 class=\"style4a\">background.html<\/h4>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">&lt;!DOCTYPE html&gt;\r\n&lt;html lang=&quot;ja&quot;&gt;\r\n&lt;head&gt;\r\n  &lt;title&gt;Sample Extension&lt;\/title&gt;\r\n  &lt;meta charset=&quot;utf-8&quot;&gt;\r\n  &lt;script src=&quot;.\/js\/background.js&quot;&gt;&lt;\/script&gt;\r\n&lt;\/head&gt;\r\n&lt;\/html&gt;<\/pre>\n<h4 class=\"style4a\">background.js<\/h4>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">(function() {\r\n    typeof msBrowser != &quot;undefined&quot; ? chrome = msBrowser : typeof browser != &quot;undefined&quot; ? chrome = browser : chrome = null;\r\n    \r\n    \/\/\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6642\u306b\u5b9f\u884c\r\n    chrome.runtime.onInstalled.addListener(function(n) {\r\n        alert(&quot;chrome.runtime.onInstalled : &quot; + n.reason);\r\n    });\r\n    \r\n    \/\/\u30dc\u30bf\u30f3\u30af\u30ea\u30c3\u30af\u6642\u306b\u5b9f\u884c\r\n    chrome.browserAction.onClicked.addListener(function(tab) {\r\n        chrome.tabs.create({\r\n            url: &quot;\/\/www.ka-net.org\/blog\/&quot;\r\n        });\r\n    });\r\n    \r\n    \/\/\u30bf\u30d6\u304c\u30a2\u30af\u30c6\u30a3\u30d6\u306b\u306a\u3063\u305f\u6642\u306b\u5b9f\u884c\r\n    chrome.tabs.onActivated.addListener(function(info) {\r\n        chrome.tabs.get(info.tabId, function(tab) {\r\n            alert(&quot;chrome.tabs.onActivated : &quot; + tab.url);\r\n        });\r\n    });\r\n    \r\n    \/\/\u30bf\u30d6\u4f5c\u6210\u6642\u306b\u5b9f\u884c\r\n    chrome.tabs.onCreated.addListener(function(tab) {\r\n        alert(&quot;chrome.tabs.onCreated : &quot; + tab.url);\r\n    });\r\n    \r\n    \/\/\u30bf\u30d6\u66f4\u65b0\u6642\u306b\u5b9f\u884c\r\n    chrome.tabs.onUpdated.addListener(function(id, info, tab) {\r\n        var str = &quot;chrome.tabs.onUpdated : \\n&quot;;\r\n        str += &quot;  tabId : &quot; + id + &quot;\\n&quot;;\r\n        str += &quot;  changeInfo.status : &quot; + info.status + &quot;\\n&quot;;\r\n        str += &quot;  changeInfo.url : &quot; + info.url + &quot;\\n&quot;;\r\n        str += &quot;  tab.title : &quot; + tab.title + &quot;\\n&quot;;\r\n        str += &quot;  tab.url : &quot; + tab.url;\r\n        alert(str);\r\n    });\r\n    \r\n})()<\/pre>\n<h4 class=\"style4a\">\u52d5\u4f5c\u753b\u9762<\/h4>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"\/\/www.ka-net.org\/blog\/wp-content\/uploads\/Microsoft_Edge_Extensions_02_01.gif\" alt=\"Microsoft_Edge_Extensions_02_01\" width=\"751\" height=\"538\" class=\"alignnone size-full wp-image-6857\" \/><\/p>\n<h4 class=\"style4a\">\u611f\u60f3<\/h4>\n<p>\u4eca\u56deEdge\u306e\u62e1\u5f35\u6a5f\u80fd\u7528\u306b\u30b3\u30fc\u30c9\u3092\u66f8\u3044\u3066\u307f\u307e\u3057\u305f\u304c\u3001\u3084\u3063\u3066\u307f\u308b\u3068<span style=\"color: #ff0000; font-weight: bold;\">\u201cChrome\u306e\u62e1\u5f35\u3068\u5927\u4f53\u540c\u3058\u201d<\/span>\u3067\u3042\u308b\u3053\u3068\u3092\u5b9f\u611f\u3057\u307e\u3057\u305f\u3002<\/p>\n<p>\u305d\u306e\u305f\u3081\u3001\u4e0b\u8a18Web\u30da\u30fc\u30b8\u306e\u3088\u3046\u306aChrome\u306e\u62e1\u5f35\u6a5f\u80fd\u958b\u767a\u306b\u95a2\u3059\u308b\u89e3\u8aac\u30da\u30fc\u30b8\u304c\u975e\u5e38\u306b\u53c2\u8003\u306b\u306a\u308a\u307e\u3057\u305f\u3002<\/p>\n<ul>\n<li>Sample Extensions<\/li>\n<li style=\"list-style-type:none;\"><a href=\"https:\/\/developer.chrome.com\/extensions\/samples\" target=\"_blank\" title=\"Sample Extensions\">https:\/\/developer.chrome.com\/extensions\/samples<\/a><\/li>\n<li>\u521d\u3081\u3066\u3067\u3082\u7406\u89e3\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308b\u300cGoogle Chrome\u6a5f\u80fd\u62e1\u5f35\u306e\u958b\u767a\u300d<\/li>\n<li style=\"list-style-type:none;\"><a href=\"http:\/\/oxynotes.com\/?p=8836\" target=\"_blank\" title=\"\u521d\u3081\u3066\u3067\u3082\u7406\u89e3\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308b\u300cGoogle Chrome\u6a5f\u80fd\u62e1\u5f35\u306e\u958b\u767a\u300d\">http:\/\/oxynotes.com\/?p=8836<\/a><\/li>\n<li>Chrome\u306e\u6a5f\u80fd\u62e1\u5f35\u3092\u4f5c\u6210\u3057\u3066\u3001\u30d6\u30e9\u30a6\u30b6\u3067\u8aad\u307f\u8fbc\u307f\u3001\u30c7\u30d0\u30c3\u30af\u3059\u308b\u65b9\u6cd5<\/li>\n<li style=\"list-style-type:none;\"><a href=\"http:\/\/oxynotes.com\/?p=8856\" target=\"_blank\" title=\"Chrome\u306e\u6a5f\u80fd\u62e1\u5f35\u3092\u4f5c\u6210\u3057\u3066\u3001\u30d6\u30e9\u30a6\u30b6\u3067\u8aad\u307f\u8fbc\u307f\u3001\u30c7\u30d0\u30c3\u30af\u3059\u308b\u65b9\u6cd5\">http:\/\/oxynotes.com\/?p=8856<\/a><\/li>\n<li>Chrome\u306e\u30aa\u30ea\u30b8\u30ca\u30eb\u62e1\u5f35\u6a5f\u80fd\u3092\u958b\u767a\u3057\u3088\u3046\uff08\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3042\u308a\uff09<\/li>\n<li style=\"list-style-type:none;\"><a href=\"http:\/\/liginc.co.jp\/web\/tool\/browser\/163575\" target=\"_blank\" title=\"Chrome\u306e\u30aa\u30ea\u30b8\u30ca\u30eb\u62e1\u5f35\u6a5f\u80fd\u3092\u958b\u767a\u3057\u3088\u3046\uff08\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3042\u308a\uff09\">http:\/\/liginc.co.jp\/web\/tool\/browser\/163575<\/a><\/li>\n<\/ul>\n<p>\u6b63\u5f0f\u30d3\u30eb\u30c9\u3067\u3069\u3046\u306a\u308b\u304b\u306f\u5206\u304b\u308a\u307e\u305b\u3093\u304c\u3001\u4eca\u306e\u6642\u70b9\u3067Edge\u7528\u62e1\u5f35\u6a5f\u80fd\u3092\u958b\u767a\u3057\u3066\u307f\u3088\u3046\uff01\u3068\u3044\u3046\u65b9\u306f\u3001Chrome\u7528\u62e1\u5f35\u6a5f\u80fd\u306e\u89e3\u8aac\u30da\u30fc\u30b8\u3092\u53c2\u8003\u306b\u3059\u308b\u306e\u304c\u826f\u3044\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n<p>\u305f\u3060\u3001Edge\u306e\u62e1\u5f35\u6a5f\u80fd\u306f\u30d7\u30ec\u30d3\u30e5\u30fc\u7248\u306a\u306e\u3067\u3001Chrome\u306b\u6bd4\u3079\u308b\u3068\u4f7f\u3048\u308b\u6a5f\u80fd\u304c\u5c11\u306a\u3044\u3088\u3046\u3067\u3059\u3002<br \/>\nF12\u958b\u767a\u8005\u30c4\u30fc\u30eb\u3067\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u69cb\u9020\u3092\u30b6\u30c3\u3068\u773a\u3081\u305f\u3068\u3053\u308d\u3001\u73fe\u6642\u70b9(Microsoft Edge 34.14295.1000.0)\u3067\u4f7f\u3048\u305d\u3046\u306a\u306e\u306f\u4e0b\u8a18\u3060\u3051\u3067\u3057\u305f\u3002<br \/>\n(\u624b\u4f5c\u696d\u3067\u629c\u304d\u51fa\u3057\u305f\u306e\u3067\u4f55\u304b\u898b\u843d\u3068\u3057\u304c\u3042\u308b\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002)<\/p>\n<table style=\"width:100%;table-layout:fixed;\">\n<tr>\n<td style=\"word-break:break-all;\">Parent<\/td>\n<td style=\"word-break:break-all;\">Object<\/td>\n<td style=\"word-break:break-all;\">Methods<\/td>\n<td style=\"word-break:break-all;\">Events<\/td>\n<td style=\"word-break:break-all;\">Properties<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\" rowspan=\"45\">browser(chrome)<\/td>\n<td style=\"word-break:break-all;\" rowspan=\"5\"><a href=\"https:\/\/developer.chrome.com\/extensions\/browserAction\" target=\"_blank\">browserAction<\/a><\/td>\n<td style=\"word-break:break-all;\">disable<\/td>\n<td style=\"word-break:break-all;\">onClicked<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">enable<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">getBadgeBackgroundColor<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">setBadgeBackgroundColor<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">setIcon<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\" rowspan=\"4\"><a href=\"https:\/\/developer.chrome.com\/extensions\/contextMenus\" target=\"_blank\">contextMenus<\/a><\/td>\n<td style=\"word-break:break-all;\">create<\/td>\n<td style=\"word-break:break-all;\">onClicked<\/td>\n<td style=\"word-break:break-all;\">ACTION_MENU_TOP_LEVEL_LIMIT<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">remove<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">removeAll<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">update<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\" rowspan=\"2\"><a href=\"https:\/\/developer.chrome.com\/extensions\/extension\" target=\"_blank\">extension<\/a><\/td>\n<td style=\"word-break:break-all;\">getBackgroundPage<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">inPrivateContext<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">getURL<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\" rowspan=\"3\"><a href=\"https:\/\/developer.chrome.com\/extensions\/i18n\" target=\"_blank\">i18n<\/a><\/td>\n<td style=\"word-break:break-all;\">getAcceptLanguages<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">getMessage<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">getUILanguage<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\" rowspan=\"7\"><a href=\"https:\/\/developer.chrome.com\/extensions\/pageAction\" target=\"_blank\">pageAction<\/a><\/td>\n<td style=\"word-break:break-all;\">getPopup<\/td>\n<td style=\"word-break:break-all;\">onClicked<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">getTitle<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">hide<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">setIcon<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">setPopup<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">setTitle<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">show<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\" rowspan=\"2\">pageEntities<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">onClicked<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">onDetected<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\" rowspan=\"4\"><a href=\"https:\/\/developer.chrome.com\/extensions\/runtime\" target=\"_blank\">runtime<\/a><\/td>\n<td style=\"word-break:break-all;\">getBackgroundPage<\/td>\n<td style=\"word-break:break-all;\">onInstalled<\/td>\n<td style=\"word-break:break-all;\">id<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">getManifest<\/td>\n<td style=\"word-break:break-all;\">onMessage<\/td>\n<td style=\"word-break:break-all;\">lastError<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">getURL<\/td>\n<td style=\"word-break:break-all;\">onMessageExternal<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">sendMessage<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\"><a href=\"https:\/\/developer.chrome.com\/extensions\/storage\" target=\"_blank\">storage<\/a><\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">onChanged<\/td>\n<td style=\"word-break:break-all;\">local<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\" rowspan=\"9\"><a href=\"https:\/\/developer.chrome.com\/extensions\/tabs\" target=\"_blank\">tabs<\/a><\/td>\n<td style=\"word-break:break-all;\">create<\/td>\n<td style=\"word-break:break-all;\">onActivated<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">detectLanguage<\/td>\n<td style=\"word-break:break-all;\">onCreated<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">executeScript<\/td>\n<td style=\"word-break:break-all;\">onUpdated<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">get<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">getCurrent<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">insertCSS<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">query<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">remove<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">sendMessage<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\"><a href=\"https:\/\/developer.chrome.com\/extensions\/webNavigation\" target=\"_blank\">webNavigation<\/a><\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\"><a href=\"https:\/\/developer.chrome.com\/extensions\/webRequest\" target=\"_blank\">webRequest<\/a><\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\" rowspan=\"6\"><a href=\"https:\/\/developer.chrome.com\/extensions\/windows\" target=\"_blank\">windows<\/a><\/td>\n<td style=\"word-break:break-all;\">create<\/td>\n<td style=\"word-break:break-all;\">onCreated<\/td>\n<td style=\"word-break:break-all;\">WINDOW_ID_CURRENT<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">get<\/td>\n<td style=\"word-break:break-all;\">onFocusChanged<\/td>\n<td style=\"word-break:break-all;\">WINDOW_ID_NONE<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">getAll<\/td>\n<td style=\"word-break:break-all;\">onRemoved<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">getCurrent<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">getLastFocused<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<tr>\n<td style=\"word-break:break-all;\">update<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<td style=\"word-break:break-all;\">&nbsp;<\/td>\n<\/tr>\n<\/table>\n<p>\u307e\u3060\u307e\u3060\u59cb\u307e\u3063\u305f\u3070\u304b\u308a\u306eEdge\u7528\u62e1\u5f35\u6a5f\u80fd\u3001\u4eca\u5f8c\u306e\u767a\u5c55\u306b\u671f\u5f85\u3057\u305f\u3044\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"\u524d\u56de\u306e\u8a18\u4e8b\u3067\u306fMicrosoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd(Microsoft Edge Extensions)\u306e\u52d5\u4f5c\u78ba\u8a8d\u3092\u884c\u3044\u307e\u3057\u305f\u3002 \u3068\u3044\u3063\u3066\u3082\u30a2\u30e9\u30fc\u30c8\u8868\u793a\u3059\u308b\u3060\u3051\u306eHello World\u30d7\u30ed\u30b0\u30e9\u30e0\u306a\u306e\u3067\u3001\u62e1\u5f35\u6a5f\u80fd\u3089\u3057\u3055\u306f [&hellip;]","protected":false},"author":1,"featured_media":7115,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"[Microsoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd\u3092\u8272\u3005\u8a66\u3057\u3066\u307f\u305f]","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[132,25,133],"tags":[],"class_list":["post-6856","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-windows10","category-windows","category-microsoft-edge"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u524d\u56de\u306e\u8a18\u4e8b\u3067\u306fMicrosoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd(Microsoft Edge Extensions)\u306e\u52d5\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"\u304d\u306c\u3042\u3055\"\/>\n\t<meta name=\"google-site-verification\" content=\"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.ka-net.org\/blog\/?p=6856\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"\u521d\u5fc3\u8005\u5099\u5fd8\u9332 | Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Microsoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd\u3092\u8272\u3005\u8a66\u3057\u3066\u307f\u305f\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta property=\"og:description\" content=\"\u524d\u56de\u306e\u8a18\u4e8b\u3067\u306fMicrosoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd(Microsoft Edge Extensions)\u306e\u52d5\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ka-net.org\/blog\/?p=6856\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2016-03-29T08:39:48+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-03-29T08:39:48+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Microsoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd\u3092\u8272\u3005\u8a66\u3057\u3066\u307f\u305f\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta name=\"twitter:description\" content=\"\u524d\u56de\u306e\u8a18\u4e8b\u3067\u306fMicrosoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd(Microsoft Edge Extensions)\u306e\u52d5\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6856#article\",\"name\":\"Microsoft Edge\\u306e\\u62e1\\u5f35\\u6a5f\\u80fd\\u3092\\u8272\\u3005\\u8a66\\u3057\\u3066\\u307f\\u305f\\u3002 | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"headline\":\"Microsoft Edge\\u306e\\u62e1\\u5f35\\u6a5f\\u80fd\\u3092\\u8272\\u3005\\u8a66\\u3057\\u3066\\u307f\\u305f\\u3002\",\"author\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/wp-content\\\/uploads\\\/eyecatch-MicrosoftEdge.png\",\"width\":790,\"height\":480},\"datePublished\":\"2016-03-29T17:39:48+09:00\",\"dateModified\":\"2016-03-29T17:39:48+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6856#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6856#webpage\"},\"articleSection\":\"Windows 10, Windows\\u95a2\\u9023, Microsoft Edge\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6856#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=25#listItem\",\"name\":\"Windows\\u95a2\\u9023\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=25#listItem\",\"position\":2,\"name\":\"Windows\\u95a2\\u9023\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=25\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=132#listItem\",\"name\":\"Windows 10\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=132#listItem\",\"position\":3,\"name\":\"Windows 10\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=132\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6856#listItem\",\"name\":\"Microsoft Edge\\u306e\\u62e1\\u5f35\\u6a5f\\u80fd\\u3092\\u8272\\u3005\\u8a66\\u3057\\u3066\\u307f\\u305f\\u3002\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=25#listItem\",\"name\":\"Windows\\u95a2\\u9023\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6856#listItem\",\"position\":4,\"name\":\"Microsoft Edge\\u306e\\u62e1\\u5f35\\u6a5f\\u80fd\\u3092\\u8272\\u3005\\u8a66\\u3057\\u3066\\u307f\\u305f\\u3002\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=132#listItem\",\"name\":\"Windows 10\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\",\"name\":\"\\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Power Automate for desktop\\u3084Microsoft Office\\u958b\\u767a\\u306e\\u60c5\\u5831\\u304c\\u6e80\\u8f09\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1\",\"name\":\"\\u304d\\u306c\\u3042\\u3055\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6856#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1c6237fc3012b3da1f36fa6435b2ccea656e2ff69a51f709c7d8352c69356dc3?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"\\u304d\\u306c\\u3042\\u3055\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6856#webpage\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6856\",\"name\":\"Microsoft Edge\\u306e\\u62e1\\u5f35\\u6a5f\\u80fd\\u3092\\u8272\\u3005\\u8a66\\u3057\\u3066\\u307f\\u305f\\u3002 | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"\\u524d\\u56de\\u306e\\u8a18\\u4e8b\\u3067\\u306fMicrosoft Edge\\u306e\\u62e1\\u5f35\\u6a5f\\u80fd(Microsoft Edge Extensions)\\u306e\\u52d5\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6856#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/wp-content\\\/uploads\\\/eyecatch-MicrosoftEdge.png\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6856\\\/#mainImage\",\"width\":790,\"height\":480},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=6856#mainImage\"},\"datePublished\":\"2016-03-29T17:39:48+09:00\",\"dateModified\":\"2016-03-29T17:39:48+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/\",\"name\":\"\\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Power Automate for desktop\\u3084Microsoft Office\\u958b\\u767a\\u306e\\u60c5\\u5831\\u304c\\u6e80\\u8f09\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Microsoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd\u3092\u8272\u3005\u8a66\u3057\u3066\u307f\u305f\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"\u524d\u56de\u306e\u8a18\u4e8b\u3067\u306fMicrosoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd(Microsoft Edge Extensions)\u306e\u52d5","canonical_url":"https:\/\/www.ka-net.org\/blog\/?p=6856","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ka-net.org\/blog\/?p=6856#article","name":"Microsoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd\u3092\u8272\u3005\u8a66\u3057\u3066\u307f\u305f\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","headline":"Microsoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd\u3092\u8272\u3005\u8a66\u3057\u3066\u307f\u305f\u3002","author":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"publisher":{"@id":"https:\/\/www.ka-net.org\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-MicrosoftEdge.png","width":790,"height":480},"datePublished":"2016-03-29T17:39:48+09:00","dateModified":"2016-03-29T17:39:48+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=6856#webpage"},"isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=6856#webpage"},"articleSection":"Windows 10, Windows\u95a2\u9023, Microsoft Edge"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ka-net.org\/blog\/?p=6856#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.ka-net.org\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=25#listItem","name":"Windows\u95a2\u9023"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=25#listItem","position":2,"name":"Windows\u95a2\u9023","item":"https:\/\/www.ka-net.org\/blog\/?cat=25","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=132#listItem","name":"Windows 10"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=132#listItem","position":3,"name":"Windows 10","item":"https:\/\/www.ka-net.org\/blog\/?cat=132","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=6856#listItem","name":"Microsoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd\u3092\u8272\u3005\u8a66\u3057\u3066\u307f\u305f\u3002"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=25#listItem","name":"Windows\u95a2\u9023"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=6856#listItem","position":4,"name":"Microsoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd\u3092\u8272\u3005\u8a66\u3057\u3066\u307f\u305f\u3002","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=132#listItem","name":"Windows 10"}}]},{"@type":"Organization","@id":"https:\/\/www.ka-net.org\/blog\/#organization","name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","url":"https:\/\/www.ka-net.org\/blog\/"},{"@type":"Person","@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author","url":"https:\/\/www.ka-net.org\/blog\/?author=1","name":"\u304d\u306c\u3042\u3055","image":{"@type":"ImageObject","@id":"https:\/\/www.ka-net.org\/blog\/?p=6856#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/1c6237fc3012b3da1f36fa6435b2ccea656e2ff69a51f709c7d8352c69356dc3?s=96&d=mm&r=g","width":96,"height":96,"caption":"\u304d\u306c\u3042\u3055"}},{"@type":"WebPage","@id":"https:\/\/www.ka-net.org\/blog\/?p=6856#webpage","url":"https:\/\/www.ka-net.org\/blog\/?p=6856","name":"Microsoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd\u3092\u8272\u3005\u8a66\u3057\u3066\u307f\u305f\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"\u524d\u56de\u306e\u8a18\u4e8b\u3067\u306fMicrosoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd(Microsoft Edge Extensions)\u306e\u52d5","inLanguage":"ja","isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=6856#breadcrumblist"},"author":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"creator":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-MicrosoftEdge.png","@id":"https:\/\/www.ka-net.org\/blog\/?p=6856\/#mainImage","width":790,"height":480},"primaryImageOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=6856#mainImage"},"datePublished":"2016-03-29T17:39:48+09:00","dateModified":"2016-03-29T17:39:48+09:00"},{"@type":"WebSite","@id":"https:\/\/www.ka-net.org\/blog\/#website","url":"https:\/\/www.ka-net.org\/blog\/","name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","inLanguage":"ja","publisher":{"@id":"https:\/\/www.ka-net.org\/blog\/#organization"}}]},"og:locale":"ja_JP","og:site_name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332 | Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","og:type":"article","og:title":"Microsoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd\u3092\u8272\u3005\u8a66\u3057\u3066\u307f\u305f\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","og:description":"\u524d\u56de\u306e\u8a18\u4e8b\u3067\u306fMicrosoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd(Microsoft Edge Extensions)\u306e\u52d5","og:url":"https:\/\/www.ka-net.org\/blog\/?p=6856","article:published_time":"2016-03-29T08:39:48+00:00","article:modified_time":"2016-03-29T08:39:48+00:00","twitter:card":"summary","twitter:title":"Microsoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd\u3092\u8272\u3005\u8a66\u3057\u3066\u307f\u305f\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","twitter:description":"\u524d\u56de\u306e\u8a18\u4e8b\u3067\u306fMicrosoft Edge\u306e\u62e1\u5f35\u6a5f\u80fd(Microsoft Edge Extensions)\u306e\u52d5"},"aioseo_meta_data":{"post_id":"6856","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"","defaultPostTypeGraph":""},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-24 07:15:24","updated":"2022-09-14 04:13:22","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-MicrosoftEdge.png","jetpack_shortlink":"https:\/\/wp.me\/p4UZZr-1MA","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/6856","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6856"}],"version-history":[{"count":10,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/6856\/revisions"}],"predecessor-version":[{"id":6867,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/6856\/revisions\/6867"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/media\/7115"}],"wp:attachment":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6856"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=6856"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=6856"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}