Best Google SEO Helper
Strong Klout and Good RT.
Best Google SEO Helperとは何ですか?
Best Google SEO HelperはcarTurtle9によって開発されたChromeの拡張機能で、その主な機能は「Strong Klout and Good RT.」です。
拡張機能のスクリーンショット
Best Google SEO Helper拡張機能のCRXファイルをダウンロード
Best Google SEO Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Check the Strong Klout and Good RT of any site on the web, right from Chrome.
拡張機能の基本情報
名前 | Best Google SEO Helper |
ID | jhoigcpcdifaenahgkhneleghbgggfol |
公式URL | https://chromewebstore.google.com/detail/best-google-seo-helper/jhoigcpcdifaenahgkhneleghbgggfol |
説明 | Strong Klout and Good RT. |
ファイルサイズ | 19.09 KB |
インストール数 | 214 |
現在のバージョン | 1.2 |
最終更新日 | 2015-01-21 |
公開日 | 2015-01-20 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | carTurtle9 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Best Google SEO Helper", "description": "Strong Klout and Good RT.", "version": "1.2", "browser_action": { "default_icon": "icon-small.png", "default_popup": "popup.html" }, "icons": { "16": "logo16x16.png", "48": "logo48x48.png", "128": "logo128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |