Clips
Manage your Pocket list with Google Chrome.
O que é Clips?
Clips é uma extensão do Chrome desenvolvida por http://mvilla.it, e sua principal característica é "Manage your Pocket list with Google Chrome.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clips
Baixe arquivos de extensão Clips no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | oajkbeamepngilnlnbdpjgponnghhbki |
URL Oficial | https://chrome.google.com/webstore/detail/clips/oajkbeamepngilnlnbdpjgponnghhbki |
Descrição | Manage your Pocket list with Google Chrome. |
Tamanho do Arquivo | 93.95 KB |
Contagem de Instalações | 60 |
Versão Atual | 0.2 |
Última Atualização | 2013-03-21 |
Data de Publicação | 2013-03-21 |
Classificação | 3.25/5 Total de 8 Avaliações |
Desenvolvedor | http://mvilla.it |
Tipo de Pagamento | free |
Site da Extensão | http://www.mvilla.it |
Idiomas Suportados | 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" ] } } |