Pinboard Tools
Toolbar actions for Pinboard (http://pinboard.in)
Co je Pinboard Tools?
Pinboard Tools je rozšíření Chrome vyvinuté Tab Manager Plus, a jeho hlavní funkcí je „Toolbar actions for Pinboard (http://pinboard.in)“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Pinboard Tools
Stáhněte si soubory rozšíření Pinboard Tools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Fork of the official extension for Pinboard, the beloved personal archive and bookmarking website. This is a fork of the official extension, and is compatible now with new Chrome versions. It provides you with quick ways of adding bookmarks in Pinboard, quick links to common areas, etc. Please submit support requests here. Should the official extension be updated, this extension will be taken down again.
Základní Informace o Rozšíření
Název | Pinboard Tools |
ID | kmnejbdlodogdnffbijgfkepfoofnmpd |
Oficiální URL | https://chromewebstore.google.com/detail/pinboard-tools/kmnejbdlodogdnffbijgfkepfoofnmpd |
Popis | Toolbar actions for Pinboard (http://pinboard.in) |
Velikost souboru | 20.05 KB |
Počet instalací | 33 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2018-06-25 |
Datum Vydání | 2018-06-25 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Tab Manager Plus |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_icon": "img\/pinboard16.png", "default_title": "Pinboard", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "pinboard_content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, { "js": [ "pinboard_iframe_content_script.js" ], "matches": [ "https:\/\/pinboard.in\/add*" ], "all_frames": true } ], "description": "Toolbar actions for Pinboard (http:\/\/pinboard.in)", "icons": { "128": "img\/pinboard128.png", "16": "img\/pinboard16.png", "32": "img\/pinboard32.png" }, "name": "Pinboard Tools", "short_name": "Pinboard Tools", "permissions": [ "tabs", " |