Eclipse Tab - New Tab

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

Was ist Eclipse Tab - New Tab?

Eclipse Tab - New Tab ist eine Chrome-Erweiterung, die von eclipsetabproject entwickelt wurde, und ihr Hauptmerkmal ist "Eclipse Tab changes standard page to the new tab page with your saved bookmarks.".

Erweiterungsscreenshots

screenshot
screenshot

Eclipse Tab - New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Eclipse Tab - New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Eclipse Tab - New Tab Eclipse Tab - New Tab
ID chekehkknaccdmijecgocbijbbmnibgp
Offizielle URL https://chromewebstore.google.com/detail/eclipse-tab-new-tab/chekehkknaccdmijecgocbijbbmnibgp
Beschreibung Eclipse Tab changes standard page to the new tab page with your saved bookmarks.
Dateigröße 180 KB
Installationsanzahl 290
Aktuelle Version 1.0.2
Letztes Update 2021-06-15
Veröffentlichungsdatum 2021-05-17
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler eclipsetabproject
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://gtab.store/pp
Unterstützte Sprachen 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": [
        ""
    ]
}