Batch Save Pocket
Add multiple links to Pocket at once through the selected text or by pasting links into the extension.
Batch Save Pocket क्या है?
Batch Save Pocket karan173 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add multiple links to Pocket at once through the selected text or by pasting links into the extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Batch Save Pocket एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is an add-on for Pocket, formerly Read It Later. It allows the user to add multiple links to their Pocket account at once, through the text they select on Chrome or by pasting links into the extension. All the hyperlinks/urls in the selected text are parsed by this extension. It is also possible to add common and custom tags to the selected links before sending them to Pocket. Developed by - karan173 To report any issues with the extension, email me at [email protected] Note- To logout and login as a different Pocket user, click Logout in the extension. Then go to getpocket.com, login as a different user there, and then click on the extension icon. Changelog v3.0 --Fixed bugs with common tag not being added. - The extension requires less permissions now. - Added a link to the user's Pocket account on the popup. Changelog v2.0 --Added option to logout. --Fixed bug which caused an error to be logged into console. --Added feature to add links to Pocket by pasting them into extension. --Now multiple links will be added to Pocket in the order in which they appear in the extension. --Basic UI changes.
एक्सटेंशन की मूल जानकारी
नाम | Batch Save Pocket |
ID | ihhiomekhplpdojbcaniaglcfopckaef |
आधिकारिक URL | https://chromewebstore.google.com/detail/batch-save-pocket/ihhiomekhplpdojbcaniaglcfopckaef |
विवरण | Add multiple links to Pocket at once through the selected text or by pasting links into the extension. |
फ़ाइल का आकार | 73.58 KB |
स्थापना संख्या | 4,124 |
वर्तमान संस्करण | 3.0 |
अंतिम अपडेट | 2020-05-27 |
प्रकाशन तिथि | 2020-05-27 |
रेटिंग | 4.60/5 कुल 109 रेटिंग्स |
डेवलपर | karan173 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/karan173/Batch-Save-Pocket |
सहायता पृष्ठ URL | https://github.com/karan173/Batch-Save-Pocket |
गोपनीयता नीति पृष्ठ URL | https://github.com/karan173/Multi-Forward-for-Gmail/wiki/Technical-Overview-and-Privacy-Policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Batch Save Pocket", "short_name": "Pocket Batch", "description": "Add multiple links to Pocket at once through the selected text or by pasting links into the extension.", "version": "3.0", "permissions": [ "activeTab", "*:\/\/getpocket.com\/*" ], "author": "Karandeep Singh Bhatia(karan173)", "browser_action": { "default_icon": "img\/icon128.png", "default_popup": "html\/popup.html" }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "web_accessible_resources": [ "html\/login.html" ] } |