Golden Hour - Browser Usage Insights
Understand your browsing habits - websites visited & time spent
Golden Hour - Browser Usage Insightsとは何ですか?
Golden Hour - Browser Usage Insightsはhttp://www.goldenhour.coによって開発されたChromeの拡張機能で、その主な機能は「Understand your browsing habits - websites visited & time spent」です。
拡張機能のスクリーンショット
Golden Hour - Browser Usage Insights拡張機能のCRXファイルをダウンロード
Golden Hour - Browser Usage Insights拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The most accurate time tracker for your browsing habits. Just install it and we'll give you up to the minute details on how you use your browser. NOTE: We do not collect your browsing data. Get a sneak peak of the upcoming re-design here - https://www.behance.net/gallery/53398767/Golden-Hour-browser-extension-design
拡張機能の基本情報
名前 | |
ID | maiknhegknckgjjnjncmfpljapaibjba |
公式URL | https://chrome.google.com/webstore/detail/golden-hour-browser-usage/maiknhegknckgjjnjncmfpljapaibjba |
説明 | Understand your browsing habits - websites visited & time spent |
ファイルサイズ | 270 KB |
インストール数 | 14 |
現在のバージョン | 0.11 |
最終更新日 | 2017-06-03 |
公開日 | 2017-06-03 |
開発者 | http://www.goldenhour.co |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.goldenhour.co |
プライバシーポリシーページのURL | http://www.goldenhour.co/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Golden Hour - Browser Usage Insights", "description": "Understand your browsing habits - websites visited & time spent", "version": "0.11", "browser_action": { "default_popup": "src\/popup-indexdb.html", "default_title": "Golden Hour for Chrome" }, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "tabs", "idle" ], "background": { "scripts": [ "src\/vendor\/zangodb.min.js", "src\/vendor\/moment.min.js", "src\/vendor\/URI.min.js", "src\/vendor\/lodash.js", "src\/background-indexdb.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |