QuickPin
Add the current tab to your Pinboard's Read Later
Hvad er QuickPin?
QuickPin er en Chrome-udvidelse udviklet af https://birchtree.me, og dens hovedfunktion er "Add the current tab to your Pinboard's Read Later".
Udvidelsesskærmbilleder
Download QuickPin-udvidelses-CRX-fil
Download QuickPin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bplllpnppecllkkfmbffnojccbiiefba |
| Officiel URL | https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba |
| Beskrivelse | Add the current tab to your Pinboard's Read Later |
| Filstørrelse | 33.69 KB |
| Antal Installationer | 24 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2016-02-19 |
| Udgivelsesdato | 2016-02-19 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | https://birchtree.me |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://birchtree.me/blog/quickpin-chrome/ |
| Understøttede Sprog | 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"
]
} | |