Pinboard Tools
The official chrome extension for Pinboard, the minimalist bookmarking site. Lets you save bookmarks and tab sets easily from Chrome
Vad är Pinboard Tools?
Pinboard Tools är en Chrome-tillägg utvecklad av mceglowski, och dess huvudfunktion är "The official chrome extension for Pinboard, the minimalist bookmarking site. Lets you save bookmarks and tab sets easily from Chrome".
Tilläggsskärmbilder
Ladda ner Pinboard Tools-förlängningens CRX-fil
Ladda ner Pinboard Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Pinboard Tools |
ID | dpaohcncbmkojcpcjaojcehdlnjfbjkl |
Officiell webbadress | https://chromewebstore.google.com/detail/pinboard-tools/dpaohcncbmkojcpcjaojcehdlnjfbjkl |
Beskrivning | The official chrome extension for Pinboard, the minimalist bookmarking site. Lets you save bookmarks and tab sets easily from Chrome |
Filstorlek | 32.79 KB |
Antal Installationer | 6,093 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2019-03-20 |
Publiceringsdatum | 2019-03-20 |
Betyg | 3.53/5 Totalt 74 Betyg |
Utvecklare | mceglowski |
Betalningssätt | free |
Tilläggswebbplats | https://pinboard.in |
Hjälpsida URL | https://pinboard.in/support |
Stödda Språk | 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", " |