Clips
Manage your Pocket list with Google Chrome.
What is Clips?
Clips is a Chrome extension developed by http://mvilla.it, and its main feature is "Manage your Pocket list with Google Chrome.".
Extension Screenshots
Download Clips Extension CRX File
Download Clips 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
Clips lets you easily and quickly manage items from your Pocket account. * View all your unread, archived or favorites links in a clutter-free list * Preview your saved images directly from Clips popup * Archive, favorite, re-add or delete a link with a single click * Quickly filter your links with a few strokes of the keyboard This extensions is under active development. More features are coming soon.
Extension Basic Information
Name | |
ID | oajkbeamepngilnlnbdpjgponnghhbki |
Official URL | https://chrome.google.com/webstore/detail/clips/oajkbeamepngilnlnbdpjgponnghhbki |
Description | Manage your Pocket list with Google Chrome. |
File Size | 93.95 KB |
Installation Count | 60 |
Current Version | 0.2 |
Last Updated | 2013-03-21 |
Publish Date | 2013-03-21 |
Rating | 3.25/5 Total 8 Ratings |
Developer | http://mvilla.it |
Payment Type | free |
Extension Website | http://www.mvilla.it |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clips", "description": "Manage your Pocket list with Google Chrome.", "version": "0.2", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/popup_icon19.png", "38": "img\/popup_icon38.png" }, "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "https:\/\/getpocket.com\/" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/getpocket.com\/*\/pocketChrome" ], "js": [ "js\/redirect.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "js\/jquery-1.9.0.min.js", "js\/background.js" ] } } |