Unpin
Pinboard.in Unread Checker
什么是Unpin?
Unpin是由http://www.azulneon.com开发的Chrome扩展程序,该扩展的主要功能是“Pinboard.in Unread Checker”。
扩展截图
下载Unpin扩展crx文件
下载Unpin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | glpieeieaeenghbdbmagbmhlilpocgic |
官方URL | https://chrome.google.com/webstore/detail/unpin/glpieeieaeenghbdbmagbmhlilpocgic |
简介 | Pinboard.in Unread Checker |
文件大小 | 57.6 KB |
安装次数 | 15 |
当前版本 | 1.0.5.6 |
更新时间 | 2014-12-20 |
上架时间 | 2014-12-20 |
评分 | 4.33/5 共6次评分 |
开发者 | http://www.azulneon.com |
付费类型 | free |
扩展官网 | http://azulneon.com |
支持的语言 | 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", "*:\/\/*\/*" ] } |