New Tab with Bookmarks
Displays all bookmarks in the new tab page
什麼是New Tab with Bookmarks?
New Tab with Bookmarks是由https://bytecode77.com開發的Chrome擴展程式,該擴展的主要功能是“Displays all bookmarks in the new tab page”。
擴展截圖
下載New Tab with Bookmarks擴展crx文件
下載New Tab with Bookmarks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension replaces the default new tab with a list of your bookmarks. They are displayed compactly and just like on the bookmarks bar. 擴展基本資訊
| 名稱 | |
| ID | dicfmapplolngmjeoelpiclidoiknpfl |
| 官方網址 | https://chromewebstore.google.com/detail/new-tab-with-bookmarks/dicfmapplolngmjeoelpiclidoiknpfl |
| 簡介 | Displays all bookmarks in the new tab page |
| 檔案大小 | 59.77 KB |
| 安裝次數 | 523 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2020-11-19 |
| 上架時間 | 2017-04-10 |
| 評分 | 3.69/5 共 13 次評分 |
| 開發者 | https://bytecode77.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "New Tab with Bookmarks",
"description": "Displays all bookmarks in the new tab page",
"version": "1.1.0",
"icons": {
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"bookmarks",
"chrome:\/\/favicon\/"
]
} | |