Read This Later
Save a list of pages to read later.
Read This Later क्या है?
Read This Later jackf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save a list of pages to read later."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Read This Later एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Avoid cluttering up bookmarks! Mark articles and pages that you don't have time to read, and pick them up again later. Synchronizes across chrome devices.
एक्सटेंशन की मूल जानकारी
नाम | Read This Later |
ID | beanlcbbdbempflllcplmhfojimccfcg |
आधिकारिक URL | https://chromewebstore.google.com/detail/read-this-later/beanlcbbdbempflllcplmhfojimccfcg |
विवरण | Save a list of pages to read later. |
फ़ाइल का आकार | 146 KB |
स्थापना संख्या | 932 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2015-04-08 |
प्रकाशन तिथि | 2015-04-08 |
रेटिंग | 4.40/5 कुल 20 रेटिंग्स |
डेवलपर | jackf |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Read This Later", "short_name": "Read This Later", "description": "Save a list of pages to read later.", "version": "1.1.1", "icons": { "16": "images\/icons\/icon-16.png", "48": "images\/icons\/icon-48.png", "128": "images\/icons\/icon-128.png" }, "browser_action": { "default_title": "Read This Later", "default_icon": "images\/icons\/icon-19.png", "default_popup": "views\/popup.html" }, "background": { "persistent": false, "page": "views\/background.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "tabs", "contextMenus", "storage" ] } |