Closetab.email

Close your tabs with confidence. This extension will periodically remind you about your pending reading-list.

Closetab.emailとは何ですか?

Closetab.emailはhttps://closetab.emailによって開発されたChromeの拡張機能で、その主な機能は「Close your tabs with confidence. This extension will periodically remind you about your pending reading-list.」です。

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

screenshot
screenshot

Closetab.email拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension helps you close those extra tabs that you hesitate to close until you've read that page completely. Simply click on the extension and set a timeout within which you'd like to read the page and close the tab. This extension will remember it for you and send weekly reminders to get back to that page. 

You can also optionally assign tags and turn on/off reminders per tag. No separate account needed. Just login with your existing google account and start using. It's that simple.                    

拡張機能の基本情報

名前 Closetab.email Closetab.email
ID lkgcnpldaonnbdnkiimgdjkecopjnbeb
公式URL https://chromewebstore.google.com/detail/closetabemail/lkgcnpldaonnbdnkiimgdjkecopjnbeb
説明 Close your tabs with confidence. This extension will periodically remind you about your pending reading-list.
ファイルサイズ 192 KB
インストール数 131
現在のバージョン 1.1.0
最終更新日 2021-05-28
公開日 2021-04-21
評価 5.00/5 合計 2 レビュー
開発者 https://closetab.email
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://closetab.email
ヘルプページのURL https://closetab.email/faq
プライバシーポリシーページのURL https://closetab.email/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Closetab.email",
    "description": "Close your tabs with confidence. This extension will periodically remind you about your pending reading-list.",
    "version": "1.1.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "img\/closetab-logo_16x16.png",
        "48": "img\/closetab-logo_48x48.png",
        "128": "img\/closetab-logo.png"
    },
    "browser_action": {
        "default_icon": "img\/closetab-logo.png",
        "default_title": "CloseTab",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "login.html"
    ],
    "domainUrl": "https:\/\/closetab.email"
}