Bookmark Plus New Tab
New tab rich backgrounds plus bookmarks.
Bookmark Plus New Tab란 무엇입니까?
Bookmark Plus New Tab은(는) DiversifyMedia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "New tab rich backgrounds plus bookmarks."입니다.
확장 프로그램 스크린샷
Bookmark Plus New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Experience a minimal new tab page with this extension. Choose from over a dozen unique background images or upload your own. Go with an uncluttered look or include your favorite web sites on the new tab. More features coming in future updates. Please read carefully: By clicking the "Add To Chrome" button and activating this browser extension, you agree to install this application, and you agree to the End User License Agreement and the Privacy Policy. You can uninstall the program at any time. Terms of Use Agreement: https://bookmark-plus.com/terms-of-use/ Privacy Policy: https://bookmark-plus.com/privacy-policy/ Contact Us: https://bookmark-plus.com/contact-us/ Uninstall Information: https://bookmark-plus.com/uninstall/ About Us: https://bookmark-plus.com/about-us/ Permissions Requested By This Extension To perform the functions described in this extension, the following permissions are requested: Bookmarks Access Needed to display user's bookmarks in the omnibox. Tabs Access Clicking a bookmark from the extension will may launch a new tab if the user initiates that option in General Settings. Storage Access This is needed to pull the favicon of recently visited sites. Topsites Access Needed to display the most recently visited sites on the new tab page.
확장 프로그램 기본 정보
이름 | Bookmark Plus New Tab |
ID | pileccchakeaiiooalioncnjcffggdgo |
공식 URL | https://chromewebstore.google.com/detail/bookmark-plus-new-tab/pileccchakeaiiooalioncnjcffggdgo |
설명 | New tab rich backgrounds plus bookmarks. |
파일 크기 | 4.44 MB |
설치 횟수 | 20,000 |
현재 버전 | 1.0.8 |
최근 업데이트 | 2022-09-16 |
출시 날짜 | 2021-04-03 |
개발자 | DiversifyMedia |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://bookmark-plus.com/contact-us/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmark Plus New Tab", "short_name": "Bookmark Plus New Tab", "description": "New tab rich backgrounds plus bookmarks.", "icons": { "128": "img\/128.png" }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "action": { "default_icon": "img\/128.png" }, "manifest_version": 3, "permissions": [ "history", "unlimitedStorage", "favicon", "storage", "topSites" ], "version": "1.0.8" } |