Read Later Bookmarks
Read later view addon for chrome bookmarks
Read Later Bookmarks क्या है?
Read Later Bookmarks readlaterbookmarks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read later view addon for chrome bookmarks"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Read Later Bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Turn your bookmarks into a read later reader without relying on any third party applications! Click on the extension icon to open its menu and start adding bookmarks as read later pages! Features - Add bookmarks as read later pages - Archive visited bookmarks to native chrome bookmark manager - Search and sort bookmarks in read later view - Archive or delete after visiting a bookmark - Export to Pocket and Instapaper - Bulk actions: archive, export, delete Planned Features - Assign and manage tags *** This extension relies on the use of the bookmark folder "Read Later Bookmarks" under "Other bookmarks". Please do not modify the folder and its contents to ensure functionality. *** This extension is open sourced at https://github.com/XcrossD/read-later-bookmarks. Bookmark icon by Icons8 Pocket icons created by Pixel perfect - Flaticon Instapaper icons created by pictogramer - Flaticon
एक्सटेंशन की मूल जानकारी
नाम | Read Later Bookmarks |
ID | idbfabodbjebjbhimhgfonhhbjlilffb |
आधिकारिक URL | https://chromewebstore.google.com/detail/read-later-bookmarks/idbfabodbjebjbhimhgfonhhbjlilffb |
विवरण | Read later view addon for chrome bookmarks |
फ़ाइल का आकार | 3 MB |
स्थापना संख्या | 32 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2022-06-21 |
प्रकाशन तिथि | 2022-06-08 |
डेवलपर | readlaterbookmarks |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Read Later Bookmarks", "description": "Read later view addon for chrome bookmarks", "version": "1.1.1", "manifest_version": 3, "icons": { "16": "icons8-bookmark-16.png", "48": "icons8-bookmark-48.png", "128": "icons8-bookmark-128.png" }, "permissions": [ "bookmarks", "tabs", "storage", "identity" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_title": "Click to add page to read later bookmarks", "default_popup": "build\/popup.html" }, "background": { "service_worker": "background.js" }, "options_page": "build\/options.html" } |