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文件
下載Bookmarks@newtab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features:
- Masonry view, list view, icon view and grid view
- Add, edit, delete and move bookmarks
- Customizable background color, background image and text colors 擴展基本資訊
| 名稱 | |
| ID | iceijoabkonabhjmokfmkbifmoogagoe |
| 官方網址 | 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"
}
} | |