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 |
官方網址 | 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 |
電子郵箱 | [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", " |