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 |
| 官方URL | 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"
}
} | |