QuickPin
Add the current tab to your Pinboard's Read Later
Was ist QuickPin?
QuickPin ist eine Chrome-Erweiterung, die von https://birchtree.me entwickelt wurde, und ihr Hauptmerkmal ist "Add the current tab to your Pinboard's Read Later".
Erweiterungsscreenshots
QuickPin-Erweiterungs-CRX-Datei herunterladen
Laden Sie QuickPin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bplllpnppecllkkfmbffnojccbiiefba |
| Offizielle URL | https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba |
| Beschreibung | Add the current tab to your Pinboard's Read Later |
| Dateigröße | 33.69 KB |
| Installationsanzahl | 24 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2016-02-19 |
| Veröffentlichungsdatum | 2016-02-19 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://birchtree.me |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://birchtree.me/blog/quickpin-chrome/ |
| Unterstützte Sprachen | 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"
]
} | |