QuickPin
Add the current tab to your Pinboard's Read Later
Cos'è QuickPin?
QuickPin è un'estensione di Chrome sviluppata da https://birchtree.me, e la sua funzione principale è "Add the current tab to your Pinboard's Read Later".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QuickPin
Scarica i file di estensione QuickPin 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
This is a very simple, very fast extension for Pinboard users. All it does is save the current tab to your Pinboard's read later folder.
Please be aware this is a limited initial release. There are no settings in the app and no error handling implemented. I would advise checking your Pinboard account after saving your first page just to make sure everything is working properly. Informazioni di Base sull'Estensione
| Nome | |
| ID | bplllpnppecllkkfmbffnojccbiiefba |
| URL Ufficiale | https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba |
| Descrizione | Add the current tab to your Pinboard's Read Later |
| Dimensione del File | 33.69 KB |
| Conteggio Installazioni | 24 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2016-02-19 |
| Data di Pubblicazione | 2016-02-19 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://birchtree.me |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://birchtree.me/blog/quickpin-chrome/ |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QuickPin",
"short_name": "A fast, simple extension to save to Pinboard",
"description": "Add the current tab to your Pinboard's Read Later",
"version": "1.0",
"options_page": "options.html",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"icons": {
"128": "icon128.png"
},
"permissions": [
"activeTab",
"tabs"
]
} | |