QuickPin
Add the current tab to your Pinboard's Read Later
Qu'est-ce que QuickPin ?
QuickPin est une extension Chrome développée par https://birchtree.me, et sa fonction principale est "Add the current tab to your Pinboard's Read Later".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QuickPin
Téléchargez les fichiers d'extension QuickPin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | QuickPin |
ID | bplllpnppecllkkfmbffnojccbiiefba |
URL Officiel | https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba |
Description | Add the current tab to your Pinboard's Read Later |
Taille du Fichier | 33.69 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-02-19 |
Date de Publication | 2016-02-19 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://birchtree.me |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://birchtree.me/blog/quickpin-chrome/ |
Langues Prises en Charge | 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" ] } |