Little Bookmark Box - Add to Inbox
Add a link directly to your Little Bookmark Box > Inbox.
Apa itu Little Bookmark Box - Add to Inbox?
Little Bookmark Box - Add to Inbox adalah ekstensi Chrome yang dikembangkan oleh https://www.pointworks.de, dan fitur utamanya adalah "Add a link directly to your Little Bookmark Box > Inbox.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Little Bookmark Box - Add to Inbox
Unduh file ekstensi Little Bookmark Box - Add to Inbox 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
••• Requires Little Bookmark Box App for Mac OS X ••• This extension makes it easy to bookmark the page you are viewing with a single click. The bookmark will be created in your Little Bookmark Box > Inbox. For more information and a free trial version of the Little Bookmark Box App, visit: http://www.pointworks.de/software/little-bookmark-box/
Informasi Dasar Ekstensi
Nama | Little Bookmark Box - Add to Inbox |
ID | kecofeefojipgifkamkhodblhhedakaf |
URL Resmi | https://chromewebstore.google.com/detail/little-bookmark-box-add-t/kecofeefojipgifkamkhodblhhedakaf |
Deskripsi | Add a link directly to your Little Bookmark Box > Inbox. |
Ukuran File | 41.98 KB |
Jumlah Instalasi | 78 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2016-05-02 |
Tanggal Publikasi | 2016-05-01 |
Pengembang | https://www.pointworks.de |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.pointworks.de/software/little-bookmark-box/ |
URL Halaman Bantuan | http://www.pointworks.de/software/little-bookmark-box/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Little Bookmark Box - Add to Inbox", "description": "Add a link directly to your Little Bookmark Box > Inbox.", "version": "1.1", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Add a link directly to your Little Bookmark Box > Inbox", "default_icon": "small_icon.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "128": "lbb_128.png", "16": "lbb_16.png", "48": "lbb_48.png" } } |