The Webguy Tools
A set of easy to access tools that each webmaster needs!
The Webguy Toolsとは何ですか?
The Webguy Toolsはhttp://www.sagive.co.ilによって開発されたChromeの拡張機能で、その主な機能は「A set of easy to access tools that each webmaster needs!」です。
拡張機能のスクリーンショット
The Webguy Tools拡張機能のCRXファイルをダウンロード
The Webguy Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Web Guy Tools is a collection of tools, Sites and information every web designer, Web marketing expert & programmer needs. Also, I have connected this addon to a Wordpress database so I promise to update and improve The Web Guy Tools over time. I have linked to the describing post on my website for additional support and you can also comment there and offer additional tools I might have missed or you just created. (icons by www.turbomilk.com) This was created by Sagive SEO
拡張機能の基本情報
名前 | |
ID | chnkjhdghimojhnjpmgeikhkodjlongi |
公式URL | https://chrome.google.com/webstore/detail/the-webguy-tools/chnkjhdghimojhnjpmgeikhkodjlongi |
説明 | A set of easy to access tools that each webmaster needs! |
ファイルサイズ | 136 KB |
インストール数 | 40 |
現在のバージョン | 0.0.2 |
最終更新日 | 2013-10-20 |
公開日 | 2013-10-20 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | http://www.sagive.co.il |
支払い方法 | free |
拡張機能のウェブサイト | http://www.sagive.co.il/english/seo-blog/the-webguy-tools/ |
ヘルプページのURL | http://www.sagive.co.il/english/seo-blog/the-webguy-tools/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Webguy Tools", "version": "0.0.2", "manifest_version": 2, "description": "A set of easy to access tools that each webmaster needs!", "homepage_url": "http:\/\/www.sagive.co.il\/english\/seo-blog\/the-webguy-tools\/", "icons": { "16": "icons\/webmastertools-16.png", "48": "icons\/webmaster-toolbox-48.png", "128": "icons\/webmaster-toolbox-128.png" }, "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/webmastertools-19.png", "default_title": "Find Tool", "default_popup": "src\/browser_action\/browser_action.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/www.sagive.co.il\/tools\/webmaster-tools\/*" ], "js": [ "js\/jquery\/jquery.min.js" ], "run_at": "document_end" } ], "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "tabs", "https:\/\/*\/*" ] } |