Add to Pocket
Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket
What is Add to Pocket?
Add to Pocket is a Chrome extension developed by Alex Fomin, and its main feature is "Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket".
Extension Screenshots
Download Add to Pocket Extension CRX File
Download Add to Pocket extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Add to Pocket |
ID | olloendlpcoaancofdjbaabmgbhdgpad |
Official URL | https://chromewebstore.google.com/detail/add-to-pocket/olloendlpcoaancofdjbaabmgbhdgpad |
Description | Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket |
File Size | 46.42 KB |
Installation Count | 413 |
Current Version | 1.0.3 |
Last Updated | 2018-01-29 |
Publish Date | 2018-01-29 |
Rating | 3.29/5 Total 7 Ratings |
Developer | Alex Fomin |
Payment Type | free |
Extension Website | https://github.com/alex-fomin/pocket-inpage |
Supported Languages | 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" } } |