My Bookmarks Organizer
Easy way to browse and organize your Bookmarks, History, Downloads and much more
My Bookmarks Organizer란 무엇입니까?
My Bookmarks Organizer은(는) D2R Internet Holdings, LLC.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy way to browse and organize your Bookmarks, History, Downloads and much more"입니다.
확장 프로그램 스크린샷
My Bookmarks Organizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |