Pinput for Pinboard
Light-weight chrome extension for Pinboard.
什麼是Pinput for Pinboard?
Pinput for Pinboard是由Shogo Sensui開發的Chrome擴展程式,該擴展的主要功能是“Light-weight chrome extension for Pinboard.”。
擴展截圖
下載Pinput for Pinboard擴展crx文件
下載Pinput for Pinboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Pinput is a lightweight chrome extension for Pinboard.
A Pinboard API token is required, so you need to set it at the options page.
A Pinboard API token is available for all Pinboard users without any special configuration.
Get yours from "https://pinboard.in/settings/password".
■ Shortcut keys
1. "Control + B" - To open popup window
2. "Control + Shift + B" - Bookmark current URL directly
---
軽快に動作するPinboardのChrome Extensionです。
PinboardのAPIトークンをオプションページから設定する必要があります。
トークンはPinboardユーザーならば誰でも、特殊な設定等をせずに使うことができます。
https://pinboard.in/settings/password から入手してください。
■ ショートカットキー
"Control + B" - ポップアップウィンドウを開きます。
"Control + Shift + B" - 現在閲覧中のURLを直接ブックマークします。 擴展基本資訊
| 名稱 | |
| ID | dpbpmblpmphlphljmcahiifjcmcdpjna |
| 官方網址 | https://chromewebstore.google.com/detail/pinput-for-pinboard/dpbpmblpmphlphljmcahiifjcmcdpjna |
| 簡介 | Light-weight chrome extension for Pinboard. |
| 檔案大小 | 206 KB |
| 安裝次數 | 289 |
| 目前版本 | 1.11.0 |
| 更新時間 | 2019-06-23 |
| 上架時間 | 2019-06-22 |
| 評分 | 4.50/5 共 20 次評分 |
| 開發者 | Shogo Sensui |
| 付費類型 | free |
| 擴展官網 | http://github.com/1000ch/pinput |
| 說明頁面URL | http://github.com/1000ch/pinput/issues |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pinput for Pinboard",
"short_name": "Pinput",
"version": "1.11.0",
"description": "Light-weight chrome extension for Pinboard.",
"author": "1000ch",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"tabs",
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"page": "html\/background.html"
},
"browser_action": {
"default_icon": "icons\/icon38.png",
"default_title": "Pinput for Pinboard",
"default_popup": "html\/popup.html"
},
"options_ui": {
"page": "html\/options.html"
},
"commands": {
"direct-bookmark": {
"suggested_key": {
"default": "Ctrl+Shift+B",
"mac": "MacCtrl+Shift+B"
},
"description": "Bookmark directly without opening popup window."
},
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+B",
"mac": "MacCtrl+B"
},
"description": "Open popup window."
}
}
} | |