Pinboard++ for Pinboard
Enhance your Pinboard experience.
Cos'è Pinboard++ for Pinboard?
Pinboard++ for Pinboard è un'estensione di Chrome sviluppata da cppcho, e la sua funzione principale è "Enhance your Pinboard experience.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pinboard++ for Pinboard
Scarica i file di estensione Pinboard++ for Pinboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Save to Pinboard with keyboard shortcuts Shortcuts: Cmd/Ctrl+Shift+K - Open popup Cmd/Ctrl+Enter - Save bookmark Cmd/Ctrl+Backspace - Delete bookmark ----- "Pinboard (https://pinboard.in/) is a fast, no-nonsense bookmarking site for people who value privacy and speed." ----- SOURCE CODE: https://github.com/cppcho/pinboard-plusplus
Informazioni di Base sull'Estensione
Nome | Pinboard++ for Pinboard |
ID | kmbofkenjncfapkighkijhmeelkgnldo |
URL Ufficiale | https://chromewebstore.google.com/detail/pinboard++-for-pinboard/kmbofkenjncfapkighkijhmeelkgnldo |
Descrizione | Enhance your Pinboard experience. |
Dimensione del File | 81.14 KB |
Conteggio Installazioni | 61 |
Versione Corrente | 1.2.5 |
Ultimo Aggiornamento | 2017-01-02 |
Data di Pubblicazione | 2017-01-01 |
Valutazione | 4.57/5 Totale 7 Valutazioni |
Sviluppatore | cppcho |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/cppcho/pinboard-plusplus |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pinboard++ for Pinboard", "version": "1.2.5", "description": "Enhance your Pinboard experience.", "author": "cppcho", "minimum_chrome_version": "51", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "browser_action": { "default_icon": { "19": "img\/ba-19.png", "38": "img\/ba-38.png" }, "default_title": "Pinboard++", "default_popup": "html\/popup.html" }, "options_ui": { "page": "html\/options.html", "chrome_style": true }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "js\/lib\/jquery.min.js", "js\/eventPage.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+K" } } } } |