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. 擴展基本資訊
| 名稱 | |
| ID | bplllpnppecllkkfmbffnojccbiiefba |
| 官方網址 | 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"
]
} | |