My Bookmarks Organizer
Easy way to browse and organize your Bookmarks, History, Downloads and much more
Apa itu My Bookmarks Organizer?
My Bookmarks Organizer adalah ekstensi Chrome yang dikembangkan oleh D2R Internet Holdings, LLC., dan fitur utamanya adalah "Easy way to browse and organize your Bookmarks, History, Downloads and much more".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi My Bookmarks Organizer
Unduh file ekstensi My Bookmarks Organizer 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
My Bookmarks Organizer provides an easy way to view and access your bookmarks and other browser features in one click with an accessible web search provided by bing. One click will bring you to your favorite bookmarks, downloads, history, top visited sites and more! No more endless browsers menu to view your bookmarks, access all your browsing needs in just one click! Please read carefully: By installing the Bookmarks Organizer extension you agree to install this application, and you agree to the End User License Agreement (https://www.d2rinternetholdings.com/eula-bk) and the Privacy Policy (https://www.d2rinternetholdings.com/privacypolicy). You may remove this extension at any time from the chrome extension page.
Informasi Dasar Ekstensi
Nama | My Bookmarks Organizer |
ID | fdagfeejebamchdokdpjgfjdfaklofab |
URL Resmi | https://chromewebstore.google.com/detail/my-bookmarks-organizer/fdagfeejebamchdokdpjgfjdfaklofab |
Deskripsi | Easy way to browse and organize your Bookmarks, History, Downloads and much more |
Ukuran File | 63.22 KB |
Jumlah Instalasi | 146 |
Versi Saat Ini | 3.6 |
Terakhir Diperbarui | 2022-09-03 |
Tanggal Publikasi | 2020-12-02 |
Penilaian | 4.38/5 Total 13 Penilaian |
Pengembang | D2R Internet Holdings, LLC. |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://www.d2rinternetholdings.com |
URL Halaman Kebijakan Privasi | https://www.d2rinternetholdings.com/privacypolicy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Bookmarks Organizer", "version": "3.6", "manifest_version": 3, "description": "Easy way to browse and organize your Bookmarks, History, Downloads and much more ", "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "js": [ "js\/content.js" ], "css": [ "css\/inject.css" ], "matches": [ "https:\/\/*\/*" ] } ], "omnibox": { "keyword": "." }, "chrome_url_overrides": { "newtab": "html\/popup-full.html" }, "permissions": [ "bookmarks", "history", "downloads", "topSites", "chrome:\/\/favicon\/", "chrome:\/\/downloads\/", "tabs" ] } |