{"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_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}},"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":[],"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}]}}