QuickPin
Add the current tab to your Pinboard's Read Later
什么是QuickPin?
QuickPin是由https://birchtree.me开发的Chrome扩展程序,该扩展的主要功能是“Add the current tab to your Pinboard's Read Later”。
扩展截图
下载QuickPin扩展crx文件
下载QuickPin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a very simple, very fast extension for Pinboard users. All it does is save the current tab to your Pinboard's read later folder. Please be aware this is a limited initial release. There are no settings in the app and no error handling implemented. I would advise checking your Pinboard account after saving your first page just to make sure everything is working properly.
扩展基本信息
名称 | QuickPin |
ID | bplllpnppecllkkfmbffnojccbiiefba |
官方URL | https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba |
简介 | Add the current tab to your Pinboard's Read Later |
文件大小 | 33.69 KB |
安装次数 | 24 |
当前版本 | 1.0 |
更新时间 | 2016-02-19 |
上架时间 | 2016-02-19 |
评分 | 5.00/5 共2次评分 |
开发者 | https://birchtree.me |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://birchtree.me/blog/quickpin-chrome/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QuickPin", "short_name": "A fast, simple extension to save to Pinboard", "description": "Add the current tab to your Pinboard's Read Later", "version": "1.0", "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "128": "icon128.png" }, "permissions": [ "activeTab", "tabs" ] } |