Unpin
Pinboard.in Unread Checker
O que é Unpin?
Unpin é uma extensão do Chrome desenvolvida por http://www.azulneon.com, e sua principal característica é "Pinboard.in Unread Checker".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unpin
Baixe arquivos de extensão Unpin 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
Unpin is an easy way to access your unread items in Pinboard.in. We will support marking items as read as soon as it is supported by the API. Changes in version 1.0.5.6 - Stopped using user/password for authentication in favor of the new API token. Changes in version 1.0.5.5 - Improved error handling. Changes in version 1.0.5.4 - Several bugs fixed Changes in version 1.0.5.3 - Faster display of the popup menu. All items are already cached when the extension is loaded. Changes in version 1.0.5.2 - Updated manifest version format Changes in version 1.0.5 - Added unread count indicator Changes in version 1.0.4 - Links open in background tabs so that several pages can be open in a fast way. - Apply Readability when opening a link - As the Readability bookmarlet is executed as a content script in the linked page the extension now has to ask for extra permissions.
Informações Básicas da Extensão
Nome | |
ID | glpieeieaeenghbdbmagbmhlilpocgic |
URL Oficial | https://chrome.google.com/webstore/detail/unpin/glpieeieaeenghbdbmagbmhlilpocgic |
Descrição | Pinboard.in Unread Checker |
Tamanho do Arquivo | 57.6 KB |
Contagem de Instalações | 15 |
Versão Atual | 1.0.5.6 |
Última Atualização | 2014-12-20 |
Data de Publicação | 2014-12-20 |
Classificação | 4.33/5 Total de 6 Avaliações |
Desenvolvedor | http://www.azulneon.com |
Tipo de Pagamento | free |
Site da Extensão | http://azulneon.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unpin", "version": "1.0.5.6", "description": "Pinboard.in Unread Checker", "background": { "page": "background.html" }, "browser_action": { "default_icon": "\/images\/icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "*:\/\/*\/*" ] } |