Tab Snooze

Snooze tabs to open at a specific time

Tab Snooze क्या है?

Tab Snooze Ramkumar K R द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Snooze tabs to open at a specific time"।

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

screenshot
screenshot
screenshot

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

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

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

                        Snooze tabs to open at a specific time in the future.
Ex: Open this website after 4 hours.

- Click on the icon in the toolbar and select the time when you want to be reminded for the link the current tab.
- A notification is shown when a tab is snoozed.
- Clicking on the manage snoozed tabs button in the toolbar popup will show a list of links which are snoozed and a button to remove them.
- The same list can also be accessed from the sidebar.
- When the snoozed time of a tab is up, the tab is opened and a notification is shown.
- Tabs which were in incognito when snoozed will be opened in an incognito window when the time is up
- Normal tabs which were pinned when snoozed will be pinned when the time is up


Some drawbacks
- Tabs will always be opened in the background.
- Snoozed incognito tabs will always open in a new incognito window even if an incognito window is already present.
- A tab which is pinned in incognito and snoozed will not respect the tab pinned status.                    

एक्सटेंशन की मूल जानकारी

नाम Tab Snooze Tab Snooze
ID palmbjlffnlodcoeibhidnpflgeehndh
आधिकारिक URL https://chromewebstore.google.com/detail/tab-snooze/palmbjlffnlodcoeibhidnpflgeehndh
विवरण Snooze tabs to open at a specific time
फ़ाइल का आकार 72.32 KB
स्थापना संख्या 230
वर्तमान संस्करण 0.1.5
अंतिम अपडेट 2018-05-02
प्रकाशन तिथि 2018-05-02
रेटिंग 3.29/5 कुल 7 रेटिंग्स
डेवलपर Ramkumar K R
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Snooze",
    "version": "0.1.5",
    "author": "Ramkumar K R",
    "description": "Snooze tabs to open at a specific time",
    "permissions": [
        "tabs",
        "notifications",
        "alarms",
        "storage"
    ],
    "browser_action": {
        "default_icon": "resources\/icon.png",
        "default_title": "Snooze",
        "default_popup": "popup\/index.html",
        "browser_style": true
    },
    "background": {
        "scripts": [
            "js\/browser-polyfill.min.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "48": "resources\/icon.png"
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    }
}

संबंधित एक्सटेंशन्स