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
公式URL 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
Eメール [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": [
        ""
    ]
}