Easy Bookmark Saver
Allows you to right click on any link and save it to your bookmarks.
Apa itu Easy Bookmark Saver?
Easy Bookmark Saver adalah ekstensi Chrome yang dikembangkan oleh Elan Paul, dan fitur utamanya adalah "Allows you to right click on any link and save it to your bookmarks.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Easy Bookmark Saver
Unduh file ekstensi Easy Bookmark Saver 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
Easy Bookmark Saver allows you to right-click any link and add it to the bookmarks bar without having to load the page or select which folder. Just right-click the link, select "Add to EZ Bookmark" and that's it.
Informasi Dasar Ekstensi
Nama | Easy Bookmark Saver |
ID | aaeoaemhmdbhpmdlcgamoncadfeddhgh |
URL Resmi | https://chromewebstore.google.com/detail/easy-bookmark-saver/aaeoaemhmdbhpmdlcgamoncadfeddhgh |
Deskripsi | Allows you to right click on any link and save it to your bookmarks. |
Ukuran File | 179 KB |
Jumlah Instalasi | 120 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2016-07-17 |
Tanggal Publikasi | 2016-07-17 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Elan Paul |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Bookmark Saver", "short_name": "EZ Mark", "description": "Allows you to right click on any link and save it to your bookmarks.", "version": "0.2", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "bookmarks", "activeTab", "tabs", "storage" ], "background": { "scripts": [ "jquery.js", "background.js" ] }, "content_scripts": [ { "matches": [ " |