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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Close your tabs with confidence. This extension will periodically remind you about your pending reading-list."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Closetab.email एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
}