Save to Pocket (mini)
Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.
Apa itu Save to Pocket (mini)?
Save to Pocket (mini) adalah ekstensi Chrome yang dikembangkan oleh evmar, dan fitur utamanya adalah "Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Save to Pocket (mini)
Unduh file ekstensi Save to Pocket (mini) 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
I think Pocket is great, but I don't like how their Chrome extension requires so many permissions. (It even makes use of those permissions to e.g. modify the Hacker News page. I appreciate this can be turned off via their settings but I'd prefer it didn't even have the capability.) This extension is the minimal code to auth into Pocket and save URLs into it. Read the source here: https://github.com/martine/pocket-mini For more features, use the official Pocket extension: https://chrome.google.com/webstore/detail/save-to-pocket/niloccemoadcdkdjlinkgdfekeahmflj
Informasi Dasar Ekstensi
Nama | Save to Pocket (mini) |
ID | calnfcidhlhdmmmnicdpddbmmjmfohem |
URL Resmi | https://chromewebstore.google.com/detail/save-to-pocket-mini/calnfcidhlhdmmmnicdpddbmmjmfohem |
Deskripsi | Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions. |
Ukuran File | 8.66 KB |
Jumlah Instalasi | 1,016 |
Versi Saat Ini | 1 |
Terakhir Diperbarui | 2014-08-08 |
Tanggal Publikasi | 2014-08-08 |
Penilaian | 4.69/5 Total 16 Penilaian |
Pengembang | evmar |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/martine/pocket-mini |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to Pocket (mini)", "description": "Adds a toolbar button to save the current page to Pocket, without requiring the \"all data\" or \"all websites\" permissions.", "version": "1", "browser_action": { "default_icon": "icon.png", "default_title": "Add to Pocket", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/getpocket.com\/" ], "web_accessible_resources": [ "auth.html" ], "manifest_version": 2 } |