Take from Pocket
Opens random article from Pocket (http://getpocket.com). Shows number of unread articles in Pocket.
What is Take from Pocket?
Take from Pocket is a Chrome extension developed by Alex Fomin, and its main feature is "Opens random article from Pocket (http://getpocket.com). Shows number of unread articles in Pocket.".
Extension Screenshots
Download Take from Pocket Extension CRX File
Download Take from 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
Extension Basic Information
Name | |
ID | higpiildcmkbifobkbcmigbipabnkgkd |
Official URL | https://chrome.google.com/webstore/detail/take-from-pocket/higpiildcmkbifobkbcmigbipabnkgkd |
Description | Opens random article from Pocket (http://getpocket.com). Shows number of unread articles in Pocket. |
File Size | 53.7 KB |
Installation Count | 265 |
Current Version | 1.0.2 |
Last Updated | 2015-04-14 |
Publish Date | 2015-04-14 |
Rating | 3.33/5 Total 3 Ratings |
Developer | Alex Fomin |
Payment Type | free |
Extension Website | https://github.com/AlexSane/pocket-outpage |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Take from Pocket", "version": "1.0.2", "description": "Opens random article from Pocket (http:\/\/getpocket.com). Shows number of unread articles in Pocket.", "browser_action": { "default_icon": "images\/logo-19.png", "default_title": "Random article" }, "background": { "scripts": [ "libs\/require.js", "app.js" ] }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "contextMenus", "identity" ], "icons": { "128": "images\/logo-128.png", "48": "images\/logo-48.png" }, "oauth2": { "client_id": "1071794135138-higpiildcmkbifobkbcmigbipabnkgkd.apps.googleusercontent.com", "scopes": [] }, "manifest_version": 2 } |