Context Menu Bookmarks
Use bookmarks and bookmarklets from the context menu.
Apa itu Context Menu Bookmarks?
Context Menu Bookmarks adalah ekstensi Chrome yang dikembangkan oleh UziTech, dan fitur utamanya adalah "Use bookmarks and bookmarklets from the context menu.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Context Menu Bookmarks
Unduh file ekstensi Context Menu Bookmarks 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
Your bookmarks and bookmarklets are just a (right) click away. Have you ever wanted to use a bookmarklet on a pinned site. Well now you can. This extension allows you to view your bookmarks and bookmarklets in the right-click context menu.
Informasi Dasar Ekstensi
Nama | Context Menu Bookmarks |
ID | cbdjbceefoomlmgnbhpodmeldoihbaim |
URL Resmi | https://chromewebstore.google.com/detail/context-menu-bookmarks/cbdjbceefoomlmgnbhpodmeldoihbaim |
Deskripsi | Use bookmarks and bookmarklets from the context menu. |
Ukuran File | 8.31 KB |
Jumlah Instalasi | 643 |
Versi Saat Ini | 2.2.0 |
Terakhir Diperbarui | 2015-05-12 |
Tanggal Publikasi | 2015-05-12 |
Penilaian | 4.00/5 Total 15 Penilaian |
Pengembang | UziTech |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/UziTech/ContextMenuBookmarks |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Context Menu Bookmarks", "short_name": "Ctx Bookmarks", "version": "2.2.0", "description": "Use bookmarks and bookmarklets from the context menu.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "bookmarks", "contextMenus", "activeTab" ], "manifest_version": 2 } |