Tab Snooze - Works as of Nov 7 2021
Save articles, videos and todos for later. They'll magically reopen when you need them.
Tab Snooze - Works as of Nov 7 2021 क्या है?
Tab Snooze - Works as of Nov 7 2021 csandapp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save articles, videos and todos for later. They'll magically reopen when you need them."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tab Snooze - Works as of Nov 7 2021 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Working version of Tab Snooze (https://chrome.google.com/webstore/detail/tab-snooze/pdiebiamhaleloakpcgmpnenggpjbcbm). Props to the original developer of Tab Snooze (https://tabsnooze.com) for making such an amazing extension. Just wanted to share a working version as of now. I claim no credit for any of this. Thanks to the commenters in the original extension page for helping me find a fix!
एक्सटेंशन की मूल जानकारी
नाम | Tab Snooze - Works as of Nov 7 2021 |
ID | kgnigbfnfjgpfaiaafcbgdkpalapiinb |
आधिकारिक URL | https://chromewebstore.google.com/detail/tab-snooze-works-as-of-no/kgnigbfnfjgpfaiaafcbgdkpalapiinb |
विवरण | Save articles, videos and todos for later. They'll magically reopen when you need them. |
फ़ाइल का आकार | 835 KB |
स्थापना संख्या | 3,000 |
वर्तमान संस्करण | 11.7.17 |
अंतिम अपडेट | 2021-11-17 |
प्रकाशन तिथि | 2021-11-17 |
रेटिंग | 4.77/5 कुल 44 रेटिंग्स |
डेवलपर | csandapp |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Snooze - Works as of Nov 7 2021", "short_name": "Tab Snooze", "version": "11.7.17", "description": "Save articles, videos and todos for later. They'll magically reopen when you need them.", "icons": { "128": "images\/extension_icon_128.png" }, "author": "Tab Snooze", "homepage_url": "http:\/\/www.tabsnooze.com", "permissions": [ "tabs", "alarms", "storage", "notifications", "idle" ], "web_accessible_resources": [ "images\/*", "fonts\/*", "sounds\/*" ], "browser_action": { "default_title": "Snooze This Tab", "default_popup": "index.html#popup", "default_icon": { "32": "images\/browser_action_32.png" } }, "options_page": "index.html#options\/settings", "background": { "page": "index.html#background", "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+S" }, "description": "Snooze active tab" }, "repeat_last_snooze": { "suggested_key": { "default": "Alt+Shift+S" }, "description": "Repeat last snooze action" }, "open_snoozed_list": { "suggested_key": { "default": "Alt+J" }, "description": "Open snoozed tabs list" }, "new_todo_page": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "New todo tab", "global": true } } } |