Save all tabs to Pocket
Save all opening tabs in current window to Pocket.
Apa itu Save all tabs to Pocket?
Save all tabs to Pocket adalah ekstensi Chrome yang dikembangkan oleh Hanh Pho, dan fitur utamanya adalah "Save all opening tabs in current window to Pocket.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Save all tabs to Pocket
Unduh file ekstensi Save all tabs 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
Send all of the opening tabs in current window to Pocket for later reading. =====Change logs===== v1.2 - 03/Mar/2017 * Add an option to include of exclude pinned tabs.
Informasi Dasar Ekstensi
Nama | |
ID | bhmmhhjpffepjokjohnibgojinhekcad |
URL Resmi | https://chrome.google.com/webstore/detail/save-all-tabs-to-pocket/bhmmhhjpffepjokjohnibgojinhekcad |
Deskripsi | Save all opening tabs in current window to Pocket. |
Ukuran File | 61 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2017-03-03 |
Tanggal Publikasi | 2017-03-03 |
Penilaian | 4.63/5 Total 8 Penilaian |
Pengembang | Hanh Pho |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.2", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-80.png", "128": "images\/icon-80.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-80.png", "38": "images\/icon-80.png" }, "default_title": "Save all tabs to Pocket", "default_popup": "popup.html" }, "permissions": [ "tabs", "identity", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/getpocket.com\/v3\/oauth\/*\/*" ], "web_accessible_resources": [ "success.html" ], "options_ui": { "page": "options.html", "chrome_style": true } } |