QuickPin
Add the current tab to your Pinboard's Read Later
Apa itu QuickPin?
QuickPin adalah ekstensi Chrome yang dikembangkan oleh https://birchtree.me, dan fitur utamanya adalah "Add the current tab to your Pinboard's Read Later".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi QuickPin
Unduh file ekstensi QuickPin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | QuickPin |
ID | bplllpnppecllkkfmbffnojccbiiefba |
URL Resmi | https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba |
Deskripsi | Add the current tab to your Pinboard's Read Later |
Ukuran File | 33.69 KB |
Jumlah Instalasi | 24 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-02-19 |
Tanggal Publikasi | 2016-02-19 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://birchtree.me |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://birchtree.me/blog/quickpin-chrome/ |
Bahasa yang Didukung | 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" ] } |