Time Snatch - Block Websites with Timers

Block websites, control your browsing patterns and beat procrastination.

Time Snatch - Block Websites with Timersとは何ですか?

Time Snatch - Block Websites with TimersはSnatch Solutionsによって開発されたChromeの拡張機能で、その主な機能は「Block websites, control your browsing patterns and beat procrastination.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Time Snatch - Block Websites with Timers拡張機能のCRXファイルをダウンロード

Time Snatch - Block Websites with Timers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Time Snatch boosts your productivity by allowing you to limit the amount of time you spend on distracting websites. 

You can completely block off a website or allow yourself to enjoy it for a few minutes (or hours) per day. After navigating to a distracting site you will be redirected to a productive one of your choice or to our default inspiring web page that will throw motivating quotes at you. 

Time Snatch is lightweight, reliable and secure. It gives you the flexibility to block and manage each website individually. 

Any comments, suggestions and ideas are welcome! Your feedback is invaluable and the extension will evolve depending on YOUR needs. Expect frequent updates and quick responses.

The "Read your browsing history" permission is needed to check whether the current website you are visiting matches any of the ones you have blocked. The extension never saves, sends or uses any of this information for other purposes. You can verify this by checking the open-source code at https://github.com/Thinkorswim/time-snatch.                    

拡張機能の基本情報

名前 Time Snatch - Block Websites with Timers Time Snatch - Block Websites with Timers
ID epamlgdeklcjkldoaclgjdmjnchdgbho
公式URL https://chromewebstore.google.com/detail/time-snatch-block-website/epamlgdeklcjkldoaclgjdmjnchdgbho
説明 Block websites, control your browsing patterns and beat procrastination.
ファイルサイズ 438 KB
インストール数 333
現在のバージョン 2.1.2
最終更新日 2024-01-31
公開日 2020-04-23
評価 4.33/5 合計 18 レビュー
開発者 Snatch Solutions
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Thinkorswim/time-snatch
ヘルプページのURL https://github.com/Thinkorswim/time-snatch/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Time Snatch - Block Websites with Timers",
    "short_name": "Time Snatch",
    "version": "2.1.2",
    "description": "Block websites, control your browsing patterns and beat procrastination.",
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "16": "images\/logo16.png"
    },
    "action": {
        "defualt_icon": "images\/logo16.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "scripts\/controller.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ]
}