Google Counter
Counts how many times a day the browser visits the Google search page
Google Counterとは何ですか?
Google CounterはSindre Bøyumによって開発されたChromeの拡張機能で、その主な機能は「Counts how many times a day the browser visits the Google search page」です。
Google Counter拡張機能のCRXファイルをダウンロード
Google Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome Extension that counts how many times a day the browser Googles. Check out the code on GitHub: https://github.com/boyum/google-counter/
拡張機能の基本情報
名前 | Google Counter |
ID | ocfcmolkmckfebkikmlhfeabaicddeae |
公式URL | https://chromewebstore.google.com/detail/google-counter/ocfcmolkmckfebkikmlhfeabaicddeae |
説明 | Counts how many times a day the browser visits the Google search page |
ファイルサイズ | 11.33 KB |
インストール数 | 266 |
現在のバージョン | 1.1.1 |
最終更新日 | 2017-04-27 |
公開日 | 2017-04-27 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Sindre Bøyum |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/boyum/google-counter/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Counter", "description": "Counts how many times a day the browser visits the Google search page", "version": "1.1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", " |