Read Tab Later
Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…
Read Tab Later क्या है?
Read Tab Later Ryan Hoffmann द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Read Tab Later एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by providing you with a button to simply pin the current tab you want to save for later to the New Tab page. Upon opening up a new tab, you'll find screenshots of each of the pages you pinned for later and can click any of them to quickly navigate to that page. If no pages have been pinned, a design related quote is presented instead.
एक्सटेंशन की मूल जानकारी
नाम | Read Tab Later |
ID | cmnjlnadoijdhgkcglfejbinjobgmbhn |
आधिकारिक URL | https://chromewebstore.google.com/detail/read-tab-later/cmnjlnadoijdhgkcglfejbinjobgmbhn |
विवरण | Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by… |
फ़ाइल का आकार | 181 KB |
स्थापना संख्या | 281 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2015-02-10 |
प्रकाशन तिथि | 2015-02-09 |
रेटिंग | 4.78/5 कुल 9 रेटिंग्स |
डेवलपर | Ryan Hoffmann |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Read Tab Later", "version": "1.0", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "pin.png", "default_title": "Pin to new tab page" }, "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", " |