Pinboard Tools
The official chrome extension for Pinboard, the minimalist bookmarking site. Lets you save bookmarks and tab sets easily from Chrome
什麼是Pinboard Tools?
Pinboard Tools是由mceglowski開發的Chrome擴展程式,該擴展的主要功能是“The official chrome extension for Pinboard, the minimalist bookmarking site. Lets you save bookmarks and tab sets easily from Chrome”。
擴展截圖
下載Pinboard Tools擴展crx文件
下載Pinboard Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Official extension for Pinboard, the beloved personal archive and bookmarking website. This is a fairly minimal extension that lets you save bookmarks and tab sets (a quick way to save browser state if you have a ton of open tabs), and provides convenience shortcuts to your Pinboard account.
擴展基本資訊
名稱 | Pinboard Tools |
ID | dpaohcncbmkojcpcjaojcehdlnjfbjkl |
官方網址 | https://chromewebstore.google.com/detail/pinboard-tools/dpaohcncbmkojcpcjaojcehdlnjfbjkl |
簡介 | The official chrome extension for Pinboard, the minimalist bookmarking site. Lets you save bookmarks and tab sets easily from Chrome |
檔案大小 | 32.79 KB |
安裝次數 | 6,093 |
目前版本 | 1.1.1 |
更新時間 | 2019-03-20 |
上架時間 | 2019-03-20 |
評分 | 3.53/5 共 74 次評分 |
開發者 | mceglowski |
付費類型 | free |
擴展官網 | https://pinboard.in |
說明頁面URL | https://pinboard.in/support |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "img\/pinboard16.png", "default_title": "Pinboard Tools", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "pinboard_content_script.js" ], "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, { "js": [ "pinboard_iframe_content_script.js" ], "matches": [ "https:\/\/pinboard.in\/add*" ], "all_frames": true } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "description": "The official chrome extension for Pinboard, the minimalist bookmarking site. Lets you save bookmarks and tab sets easily from Chrome", "icons": { "128": "img\/pinboard128.png", "16": "img\/pinboard16.png", "32": "img\/pinboard32.png", "48": "img\/pinboard48.png" }, "name": "Pinboard Tools", "permissions": [ "tabs", " |