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 |
官方URL | 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", " |