SiteBookmarks
View your bookmarks on the current site from the context (right-click) menu.
Apa itu SiteBookmarks?
SiteBookmarks adalah ekstensi Chrome yang dikembangkan oleh https://site.simonandrewbrown.co.uk, dan fitur utamanya adalah "View your bookmarks on the current site from the context (right-click) menu.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SiteBookmarks
Unduh file ekstensi SiteBookmarks 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
Adds a context-menu item listing all your bookmarks on the current site. If you have a lot of bookmarks, this makes it easier to go to your favourite pages on the specific site without hunting through your bookmarks. Source code: https://github.com/simonbrown/Site-Bookmarks
Informasi Dasar Ekstensi
Nama | SiteBookmarks |
ID | mijccbhecmjbiepdfpbnknpjeiggnomn |
URL Resmi | https://chromewebstore.google.com/detail/sitebookmarks/mijccbhecmjbiepdfpbnknpjeiggnomn |
Deskripsi | View your bookmarks on the current site from the context (right-click) menu. |
Ukuran File | 49.92 KB |
Jumlah Instalasi | 91 |
Versi Saat Ini | 1.6 |
Terakhir Diperbarui | 2012-11-05 |
Tanggal Publikasi | 2012-11-05 |
Penilaian | 4.18/5 Total 11 Penilaian |
Pengembang | https://site.simonandrewbrown.co.uk |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.isimonbrown.co.uk/contact/ |
URL Halaman Bantuan | http://www.isimonbrown.co.uk/contact/ |
Bahasa yang Didukung | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "SiteBookmarks", "description": "View your bookmarks on the current site from the context (right-click) menu.", "version": "1.6", "manifest_version": 2, "background": { "scripts": [ "main.js" ] }, "permissions": [ "bookmarks", "contextMenus" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "minimum_chrome_version": "20.0" } |