Unpin
Pinboard.in Unread Checker
Co je Unpin?
Unpin je rozšíření Chrome vyvinuté http://www.azulneon.com, a jeho hlavní funkcí je „Pinboard.in Unread Checker“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Unpin
Stáhněte si soubory rozšíření Unpin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | glpieeieaeenghbdbmagbmhlilpocgic |
Oficiální URL | https://chrome.google.com/webstore/detail/unpin/glpieeieaeenghbdbmagbmhlilpocgic |
Popis | Pinboard.in Unread Checker |
Velikost souboru | 57.6 KB |
Počet instalací | 15 |
Aktuální Verze | 1.0.5.6 |
Poslední Aktualizace | 2014-12-20 |
Datum Vydání | 2014-12-20 |
Hodnocení | 4.33/5 Celkem 6 Hodnocení |
Vývojář | http://www.azulneon.com |
Typ Platby | free |
Webové stránky Rozšíření | http://azulneon.com |
Podporované Jazyky | 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", "*:\/\/*\/*" ] } |