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"
}
} | |