Bookmarks@newtab
A new tab page that displays your bookmarks.
Bookmarks@newtab란 무엇입니까?
Bookmarks@newtab은(는) pine.nuts에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A new tab page that displays your bookmarks."입니다.
확장 프로그램 스크린샷
Bookmarks@newtab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features: - Masonry view, list view, icon view and grid view - Add, edit, delete and move bookmarks - Customizable background color, background image and text colors
확장 프로그램 기본 정보
이름 | Bookmarks@newtab |
ID | iceijoabkonabhjmokfmkbifmoogagoe |
공식 URL | https://chromewebstore.google.com/detail/bookmarksnewtab/iceijoabkonabhjmokfmkbifmoogagoe |
설명 | A new tab page that displays your bookmarks. |
파일 크기 | 3.95 MB |
설치 횟수 | 20 |
현재 버전 | 1.4.4 |
최근 업데이트 | 2024-02-27 |
출시 날짜 | 2020-01-13 |
개발자 | pine.nuts |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bookmarks@newtab", "version": "1.4.4", "description": "__MSG_extDescription__", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "bookmarks", "favicon", "storage", "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |