My Bookmarks Organizer
Easy way to browse and organize your Bookmarks, History, Downloads and much more
My Bookmarks Organizerคืออะไร?
My Bookmarks Organizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย D2R Internet Holdings, LLC. และคุณลักษณะหลักของมันคือ "Easy way to browse and organize your Bookmarks, History, Downloads and much more"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Bookmarks Organizer
ดาวน์โหลดไฟล์ส่วนขยาย My Bookmarks Organizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | My Bookmarks Organizer |
ID | fdagfeejebamchdokdpjgfjdfaklofab |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/my-bookmarks-organizer/fdagfeejebamchdokdpjgfjdfaklofab |
คำอธิบาย | Easy way to browse and organize your Bookmarks, History, Downloads and much more |
ขนาดไฟล์ | 63.22 KB |
จำนวนการติดตั้ง | 146 |
เวอร์ชันปัจจุบัน | 3.6 |
อัปเดตครั้งล่าสุด | 2022-09-03 |
วันที่เผยแพร่ | 2020-12-02 |
คะแนน | 4.38/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | D2R Internet Holdings, LLC. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://www.d2rinternetholdings.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.d2rinternetholdings.com/privacypolicy |
ภาษาที่รองรับ | 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" ] } |