Add to Pocket
Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket
Apa itu Add to Pocket?
Add to Pocket adalah ekstensi Chrome yang dikembangkan oleh Alex Fomin, dan fitur utamanya adalah "Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Add to Pocket
Unduh file ekstensi Add to Pocket 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 extension require an "Take from Pocket" extension to be installed (https://chrome.google.com/webstore/detail/take-from-pocket/higpiildcmkbifobkbcmigbipabnkgkd) 1.0.3 * Fix icon rotating after click on context menu
Informasi Dasar Ekstensi
Nama | Add to Pocket |
ID | olloendlpcoaancofdjbaabmgbhdgpad |
URL Resmi | https://chromewebstore.google.com/detail/add-to-pocket/olloendlpcoaancofdjbaabmgbhdgpad |
Deskripsi | Adds an article to pocket (http://getpocket.com). Indicates whether the current page is in Pocket |
Ukuran File | 46.42 KB |
Jumlah Instalasi | 413 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2018-01-29 |
Tanggal Publikasi | 2018-01-29 |
Penilaian | 3.29/5 Total 7 Penilaian |
Pengembang | Alex Fomin |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/alex-fomin/pocket-inpage |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add to Pocket", "version": "1.0.3", "description": "Adds an article to pocket (http:\/\/getpocket.com). Indicates whether the current page is in Pocket", "background": { "scripts": [ "libs\/require.js", "app.js" ] }, "page_action": { "default_icon": { "19": "images\/notAdded-19.png", "38": "images\/notAdded-38.png" }, "default_title": "Add item to Pocket" }, "permissions": [ "tabs", "management", "contextMenus", "http:\/\/*\/", "https:\/\/*\/", "webNavigation" ], "manifest_version": 2, "icons": { "128": "images\/logo-128.png", "48": "images\/logo-48.png" } } |