Pocketmark
From pocket to chrome bookmarks
What is Pocketmark?
Pocketmark is a Chrome extension developed by Rui Gil, and its main feature is "From pocket to chrome bookmarks".
Download Pocketmark Extension CRX File
Download Pocketmark 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
Extension Basic Information
Name | |
ID | lfdaoknoeeccdlpdladikpkgphglbchn |
Official URL | https://chrome.google.com/webstore/detail/pocketmark/lfdaoknoeeccdlpdladikpkgphglbchn |
Description | From pocket to chrome bookmarks |
File Size | 211 KB |
Installation Count | 21 |
Current Version | 0.3.7 |
Last Updated | 2017-01-07 |
Publish Date | 2017-01-07 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Rui Gil |
Payment Type | free |
Extension Website | https://github.com/ruipgil/pocketmark |
Help Page URL | https://github.com/ruipgil/pocketmark/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pocketmark", "version": "0.3.7", "description": "From pocket to chrome bookmarks", "background": { "scripts": [ ".\/libs\/async.js", ".\/js\/consumer.key.js", ".\/libs\/pocket.js", ".\/js\/storage.js", ".\/js\/background.js" ], "persistent": false }, "icons": { "16": ".\/img\/icon-16.png", "32": ".\/img\/icon-32.png", "64": ".\/img\/icon-64.png", "128": ".\/img\/icon-128.png" }, "options_page": ".\/settings.html", "permissions": [ "https:\/\/getpocket.com\/v3\/get", "https:\/\/getpocket.com\/v3\/add", "bookmarks", "storage", "alarms", "identity" ], "manifest_version": 2 } |