Eclipse Tab - New Tab

Eclipse Tab changes standard page to the new tab page with your saved bookmarks.

什麼是Eclipse Tab - New Tab?

Eclipse Tab - New Tab是由eclipsetabproject開發的Chrome擴展程式,該擴展的主要功能是“Eclipse Tab changes standard page to the new tab page with your saved bookmarks.”。

擴展截圖

screenshot
screenshot

下載Eclipse Tab - New Tab擴展crx文件

下載Eclipse Tab - New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Eclipse Tab replaces the original new tab with your saved bookmarks and offers a variety of quick and useful features.

After installing this extension, you can use the following features:

 - View, create and edit Chrome bookmarks and folders.

 - Upload and set your own wallpaper.

 - To-do list and Notepad.

 - Quick access to your most visited sites.

 - Customize the search engine.                    

擴展基本資訊

名稱 Eclipse Tab - New Tab Eclipse Tab - New Tab
ID chekehkknaccdmijecgocbijbbmnibgp
官方網址 https://chromewebstore.google.com/detail/eclipse-tab-new-tab/chekehkknaccdmijecgocbijbbmnibgp
簡介 Eclipse Tab changes standard page to the new tab page with your saved bookmarks.
檔案大小 180 KB
安裝次數 290
目前版本 1.0.2
更新時間 2021-06-15
上架時間 2021-05-17
評分 5.00/5 共 4 次評分
開發者 eclipsetabproject
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://gtab.store/pp
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Eclipse Tab - New Tab",
    "description": "Eclipse Tab changes standard page to the new tab page with your saved bookmarks.",
    "version": "1.0.2",
    "icons": {
        "256": "icons\/256.png",
        "128": "icons\/128.png",
        "64": "icons\/64.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab-init.html"
    },
    "permissions": [
        "topSites",
        "bookmarks",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ]
}