Little Bookmark Box - Modify and Add
Modify & Add a link to your Little Bookmark Box.
Apa itu Little Bookmark Box - Modify and Add?
Little Bookmark Box - Modify and Add adalah ekstensi Chrome yang dikembangkan oleh https://www.pointworks.de, dan fitur utamanya adalah "Modify & Add a link to your Little Bookmark Box.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Little Bookmark Box - Modify and Add
Unduh file ekstensi Little Bookmark Box - Modify and Add 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. You can select the Box, add a note, add tags, or change the title. 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 - Modify and Add |
ID | hpegpphipfkpcbjbmahcjnmfcbkagcgj |
URL Resmi | https://chromewebstore.google.com/detail/little-bookmark-box-modif/hpegpphipfkpcbjbmahcjnmfcbkagcgj |
Deskripsi | Modify & Add a link to your Little Bookmark Box. |
Ukuran File | 42.02 KB |
Jumlah Instalasi | 60 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2016-05-02 |
Tanggal Publikasi | 2016-05-01 |
Penilaian | 3.00/5 Total 1 Penilaian |
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 - Modify and Add", "description": "Modify & Add a link to your Little Bookmark Box.", "version": "1.1", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Modify & Add a link to your Little Bookmark Box", "default_icon": "small_icon_plus.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "icons": { "128": "lbb_128.png", "16": "lbb_16.png", "48": "lbb_48.png" } } |