Easy Bookmark Manager Extension
This extension makes it very easy to add new bookmarks.
Apa itu Easy Bookmark Manager Extension?
Easy Bookmark Manager Extension adalah ekstensi Chrome yang dikembangkan oleh Rudi Olckers, dan fitur utamanya adalah "This extension makes it very easy to add new bookmarks.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Easy Bookmark Manager Extension
Unduh file ekstensi Easy Bookmark Manager Extension 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 compliments the self-hosted Easy Bookmark Manager project (https://github.com/devimust/easy-bookmark-manager) to make adding new bookmark items as painless as possible.
Informasi Dasar Ekstensi
Nama | Easy Bookmark Manager Extension |
ID | hhonlfdhoejpaofmmppaogebkfnbgefi |
URL Resmi | https://chromewebstore.google.com/detail/easy-bookmark-manager-ext/hhonlfdhoejpaofmmppaogebkfnbgefi |
Deskripsi | This extension makes it very easy to add new bookmarks. |
Ukuran File | 14.5 KB |
Jumlah Instalasi | 220 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-01-25 |
Tanggal Publikasi | 2016-01-24 |
Pengembang | Rudi Olckers |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Bookmark Manager Extension", "version": "1.0", "description": "This extension makes it very easy to add new bookmarks.", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "browser_action": { "default_icon": "icons\/icon19.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "html\/options.html", "permissions": [ "activeTab", "storage" ] } |