Add to Pocket
Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket
Add to Pocket क्या है?
Add to Pocket Alex Fomin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Add to Pocket एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension require an "Take from Pocket" extension to be installed (https://chrome.google.com/webstore/detail/take-from-pocket/higpiildcmkbifobkbcmigbipabnkgkd) 1.0.3 * Fix icon rotating after click on context menu
एक्सटेंशन की मूल जानकारी
नाम | Add to Pocket |
ID | olloendlpcoaancofdjbaabmgbhdgpad |
आधिकारिक URL | https://chromewebstore.google.com/detail/add-to-pocket/olloendlpcoaancofdjbaabmgbhdgpad |
विवरण | Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket |
फ़ाइल का आकार | 46.42 KB |
स्थापना संख्या | 413 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2018-01-29 |
प्रकाशन तिथि | 2018-01-29 |
रेटिंग | 3.29/5 कुल 7 रेटिंग्स |
डेवलपर | Alex Fomin |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/alex-fomin/pocket-inpage |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add to Pocket", "version": "1.0.3", "description": "Adds an article to pocket (http:\/\/getpocket.com). Indicates whether the current page is in Pocket", "background": { "scripts": [ "libs\/require.js", "app.js" ] }, "page_action": { "default_icon": { "19": "images\/notAdded-19.png", "38": "images\/notAdded-38.png" }, "default_title": "Add item to Pocket" }, "permissions": [ "tabs", "management", "contextMenus", "http:\/\/*\/", "https:\/\/*\/", "webNavigation" ], "manifest_version": 2, "icons": { "128": "images\/logo-128.png", "48": "images\/logo-48.png" } } |