Read Later - save tab and read later
An easy way to save a tab and revisit it later
Read Later - save tab and read later क्या है?
Read Later - save tab and read later lx223 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy way to save a tab and revisit it later"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Read Later - save tab and read later एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | Read Later - save tab and read later |
ID | eimchnaiimdmfefpplagekjgigbjmohd |
आधिकारिक URL | https://chromewebstore.google.com/detail/read-later-save-tab-and-r/eimchnaiimdmfefpplagekjgigbjmohd |
विवरण | An easy way to save a tab and revisit it later |
फ़ाइल का आकार | 97.08 KB |
स्थापना संख्या | 21 |
वर्तमान संस्करण | 0.2.4 |
अंतिम अपडेट | 2015-10-14 |
प्रकाशन तिथि | 2015-10-14 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | lx223 |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/lx223/read-later |
सहायता पृष्ठ URL | https://github.com/lx223/read-later-chrome-extension/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Read Later - save tab and read later", "short_name": "Read Later", "description": "An easy way to save a tab and revisit it later", "version": "0.2.4", "minimum_chrome_version": "35", "manifest_version": 2, "background": { "scripts": [ "js\/utils.js", "js\/storage.js", "js\/contextMenu.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon38_active.png", "default_title": "Read Later", "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "commands": { "read-later": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "Command+Shift+A" }, "description": "A quick way to save&close current tab to read later" }, "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" } } }, "permissions": [ "activeTab", "tabs", "storage", "unlimitedStorage", "contextMenus", "chrome:\/\/favicon\/*", " |