QuickPin
Add the current tab to your Pinboard's Read Later
Co to jest QuickPin?
QuickPin to rozszerzenie Chrome opracowane przez https://birchtree.me, a jego główną funkcją jest „Add the current tab to your Pinboard's Read Later”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia QuickPin
Pobierz pliki rozszerzeń QuickPin w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | QuickPin |
ID | bplllpnppecllkkfmbffnojccbiiefba |
Oficjalny URL | https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba |
Opis | Add the current tab to your Pinboard's Read Later |
Rozmiar pliku | 33.69 KB |
Liczba instalacji | 24 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-02-19 |
Data Publikacji | 2016-02-19 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://birchtree.me |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://birchtree.me/blog/quickpin-chrome/ |
Obsługiwane Języki | 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" ] } |