Webmaster Net Chrome Extension
This extension displays 15 posts from webmaster.net right on your toolbar!
什麼是Webmaster Net Chrome Extension?
Webmaster Net Chrome Extension是由https://www.webmaster.net開發的Chrome擴展程式,該擴展的主要功能是“This extension displays 15 posts from webmaster.net right on your toolbar! ”。
擴展截圖
下載Webmaster Net Chrome Extension擴展crx文件
下載Webmaster Net Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Daily industry news covering the web industry from Google to Yandex. Also includes weekly expert articles covering a wide range of topics including writing tips, blogging tips, how to build a better business, system administration guides, small business guides, affiliate tutorials, outsourcing tutorials and various other related topics. 擴展基本資訊
| 名稱 | |
| ID | pfcffjlanejegfaghehpgnlhmnnjjjie |
| 官方網址 | https://chrome.google.com/webstore/detail/webmaster-net-chrome-exte/pfcffjlanejegfaghehpgnlhmnnjjjie |
| 簡介 | This extension displays 15 posts from webmaster.net right on your toolbar! |
| 檔案大小 | 53.88 KB |
| 安裝次數 | 45 |
| 目前版本 | 2.2 |
| 更新時間 | 2015-02-16 |
| 上架時間 | 2015-02-16 |
| 評分 | 4.00/5 共 2 次評分 |
| 開發者 | https://www.webmaster.net |
| 付費類型 | free |
| 擴展官網 | https://www.webmaster.net |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_application_title__",
"version": "2.2",
"manifest_version": 2,
"description": "__MSG_application_description__",
"default_locale": "en",
"homepage_url": "https:\/\/webmaster.net",
"icons": {
"128": "icon.png",
"16": "icon.png",
"32": "icon.png",
"48": "icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/webmaster.net\/*,http:\/\/webmaster.net\/*,https:\/\/www.webmaster.net\/"
],
"js": [
"js\/jquery.min.js",
"js\/content.js"
]
}
],
"permissions": [
"https:\/\/webmaster.net\/",
"https:\/\/www.webmaster.net\/"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "main.html"
}
} | |