Pocketmark
From pocket to chrome bookmarks
Apa itu Pocketmark?
Pocketmark adalah ekstensi Chrome yang dikembangkan oleh Rui Gil, dan fitur utamanya adalah "From pocket to chrome bookmarks".
Unduh Berkas CRX Ekstensi Pocketmark
Unduh file ekstensi Pocketmark 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
Informasi Dasar Ekstensi
Nama | |
ID | lfdaoknoeeccdlpdladikpkgphglbchn |
URL Resmi | https://chrome.google.com/webstore/detail/pocketmark/lfdaoknoeeccdlpdladikpkgphglbchn |
Deskripsi | From pocket to chrome bookmarks |
Ukuran File | 211 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 0.3.7 |
Terakhir Diperbarui | 2017-01-07 |
Tanggal Publikasi | 2017-01-07 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | Rui Gil |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/ruipgil/pocketmark |
URL Halaman Bantuan | https://github.com/ruipgil/pocketmark/issues |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pocketmark", "version": "0.3.7", "description": "From pocket to chrome bookmarks", "background": { "scripts": [ ".\/libs\/async.js", ".\/js\/consumer.key.js", ".\/libs\/pocket.js", ".\/js\/storage.js", ".\/js\/background.js" ], "persistent": false }, "icons": { "16": ".\/img\/icon-16.png", "32": ".\/img\/icon-32.png", "64": ".\/img\/icon-64.png", "128": ".\/img\/icon-128.png" }, "options_page": ".\/settings.html", "permissions": [ "https:\/\/getpocket.com\/v3\/get", "https:\/\/getpocket.com\/v3\/add", "bookmarks", "storage", "alarms", "identity" ], "manifest_version": 2 } |