QuickPin
Add the current tab to your Pinboard's Read Later
Τι είναι το QuickPin;
Το QuickPin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://birchtree.me, και η κύρια λειτουργία του είναι "Add the current tab to your Pinboard's Read Later".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης QuickPin
Λήψη αρχείων επέκτασης QuickPin σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | QuickPin |
ID | bplllpnppecllkkfmbffnojccbiiefba |
Επίσημο URL | https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba |
Περιγραφή | Add the current tab to your Pinboard's Read Later |
Μέγεθος Αρχείου | 33.69 KB |
Αριθμός Εγκαταστάσεων | 24 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2016-02-19 |
Ημερομηνία Δημοσίευσης | 2016-02-19 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://birchtree.me |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://birchtree.me/blog/quickpin-chrome/ |
Υποστηριζόμενες Γλώσσες | 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" ] } |