Website traffic displayer
Displays the monthly session count of the current website, based on http://rank2traffic.com
Website traffic displayerとは何ですか?
Website traffic displayerはhttps://tryfruit.comによって開発されたChromeの拡張機能で、その主な機能は「Displays the monthly session count of the current website, based on http://rank2traffic.com」です。
拡張機能のスクリーンショット
Website traffic displayer拡張機能のCRXファイルをダウンロード
Website traffic displayer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Displays the monthly session count of the website opened in the tab, based on http://rank2traffic.com
拡張機能の基本情報
名前 | Website traffic displayer |
ID | ibakhgbldoealibhbnggdlhjalbceclj |
公式URL | https://chromewebstore.google.com/detail/website-traffic-displayer/ibakhgbldoealibhbnggdlhjalbceclj |
説明 | Displays the monthly session count of the current website, based on http://rank2traffic.com |
ファイルサイズ | 47.3 KB |
インストール数 | 956 |
現在のバージョン | 1.1 |
最終更新日 | 2017-02-22 |
公開日 | 2017-02-22 |
評価 | 4.50/5 合計 6 レビュー |
開発者 | https://tryfruit.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Website traffic displayer", "description": "Displays the monthly session count of the current website, based on http:\/\/rank2traffic.com", "version": "1.1", "background": { "scripts": [ "background.js", "js\/psl.min.js", "js\/local-cache.js" ] }, "browser_action": { "default_name": "Website traffic" }, "permissions": [ "tabs", "http:\/\/www.rank2traffic.com\/" ], "manifest_version": 2 } |