Open in SpyFu
Open the current tab in SpyFu by Jeffrey Nichols
Open in SpyFuとは何ですか?
Open in SpyFuはhttps://www.jeffreyanichols.comによって開発されたChromeの拡張機能で、その主な機能は「Open the current tab in SpyFu by Jeffrey Nichols」です。
拡張機能のスクリーンショット
Open in SpyFu拡張機能のCRXファイルをダウンロード
Open in SpyFu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Open in SpyFu adds a button to the address bar which when clicked opens a new tab and passes the current URL to SpyFu for quick and easy viewing of both organic & ppc keyword traffic statistics for the given website.
1/3/2013 UPDATE: Fixed the extension. 拡張機能の基本情報
| 名前 | |
| ID | kinakejknkolmphmemahohadokadjcil |
| 公式URL | https://chromewebstore.google.com/detail/open-in-spyfu/kinakejknkolmphmemahohadokadjcil |
| 説明 | Open the current tab in SpyFu by Jeffrey Nichols |
| ファイルサイズ | 25.02 KB |
| インストール数 | 5,148 |
| 現在のバージョン | 2.1 |
| 最終更新日 | 2013-01-03 |
| 公開日 | 2013-01-03 |
| 評価 | 4.56/5 合計 9 レビュー |
| 開発者 | https://www.jeffreyanichols.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://jeffreyanichols.com |
| ヘルプページのURL | http://jeffreyanichols.com/contact.php |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open in SpyFu",
"version": "2.1",
"manifest_version": 2,
"background": {
"scripts": [
"spyfu.js"
]
},
"description": "Open the current tab in SpyFu by Jeffrey Nichols",
"icons": {
"128": "icon_128.png",
"48": "icon_48.png"
},
"page_action": {
"default_icon": {
"19": "icon.png"
},
"default_title": "Open in SpyFu"
},
"permissions": [
"tabs"
],
"content_security_policy": "script-src 'self'; object-src 'self'"
} | |