Save to Pocket (mini)
Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.
Save to Pocket (mini) क्या है?
Save to Pocket (mini) evmar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save to Pocket (mini) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
I think Pocket is great, but I don't like how their Chrome extension requires so many permissions. (It even makes use of those permissions to e.g. modify the Hacker News page. I appreciate this can be turned off via their settings but I'd prefer it didn't even have the capability.) This extension is the minimal code to auth into Pocket and save URLs into it. Read the source here: https://github.com/martine/pocket-mini For more features, use the official Pocket extension: https://chrome.google.com/webstore/detail/save-to-pocket/niloccemoadcdkdjlinkgdfekeahmflj
एक्सटेंशन की मूल जानकारी
नाम | Save to Pocket (mini) |
ID | calnfcidhlhdmmmnicdpddbmmjmfohem |
आधिकारिक URL | https://chromewebstore.google.com/detail/save-to-pocket-mini/calnfcidhlhdmmmnicdpddbmmjmfohem |
विवरण | Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions. |
फ़ाइल का आकार | 8.66 KB |
स्थापना संख्या | 1,016 |
वर्तमान संस्करण | 1 |
अंतिम अपडेट | 2014-08-08 |
प्रकाशन तिथि | 2014-08-08 |
रेटिंग | 4.69/5 कुल 16 रेटिंग्स |
डेवलपर | evmar |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/martine/pocket-mini |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to Pocket (mini)", "description": "Adds a toolbar button to save the current page to Pocket, without requiring the \"all data\" or \"all websites\" permissions.", "version": "1", "browser_action": { "default_icon": "icon.png", "default_title": "Add to Pocket", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/getpocket.com\/" ], "web_accessible_resources": [ "auth.html" ], "manifest_version": 2 } |