Dryft
Know how much time you spend on your favourite websites every day.
Dryftとは何ですか?
DryftはAnimesh Kumarによって開発されたChromeの拡張機能で、その主な機能は「Know how much time you spend on your favourite websites every day.」です。
拡張機能のスクリーンショット
Dryft拡張機能のCRXファイルをダウンロード
Dryft拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
According to a recent study, we can read 200 books in the time we spend on social media each year. Astounding, right? Also, an average human spends a total of 3+ hours on Facebook, Twitter, Instagram and other social medias daily. Have you ever wondered how much time you spend on these websites? If yes, then you're in the right place. Dryft is a free Google Chrome extension that monitors the websites you have added in it's watchlist and gives you a detailed insight of how much time you spend on these websites. Download it for free and get: 1. Daily, weekly, monthly and yearly stats. 2. Compare current stats with previous ones and manage your Internet habits. 3. Add or remove hundreds of website from the watchlist. 4. Completely free. No hidden charges, no in-app purchases. ** For queries, mail me at [email protected]
拡張機能の基本情報
名前 | Dryft |
ID | bpfibgbdeacmameoklggiabcekheipei |
公式URL | https://chromewebstore.google.com/detail/dryft/bpfibgbdeacmameoklggiabcekheipei |
説明 | Know how much time you spend on your favourite websites every day. |
ファイルサイズ | 241 KB |
インストール数 | 911 |
現在のバージョン | 1.1.1 |
最終更新日 | 2021-04-16 |
公開日 | 2018-09-07 |
評価 | 4.95/5 合計 37 レビュー |
開発者 | Animesh Kumar |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://dryft.surge.sh/ |
ヘルプページのURL | https://dryft.surge.sh/faq.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dryft", "description": "Know how much time you spend on your favourite websites every day.", "version": "1.1.1", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "unlimitedStorage" ] } |