Eclipse Tab - New Tab

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

Cos'è Eclipse Tab - New Tab?

Eclipse Tab - New Tab è un'estensione di Chrome sviluppata da eclipsetabproject, e la sua funzione principale è "Eclipse Tab changes standard page to the new tab page with your saved bookmarks.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Eclipse Tab - New Tab

Scarica i file di estensione Eclipse Tab - New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Eclipse Tab - New Tab Eclipse Tab - New Tab
ID chekehkknaccdmijecgocbijbbmnibgp
URL Ufficiale https://chromewebstore.google.com/detail/eclipse-tab-new-tab/chekehkknaccdmijecgocbijbbmnibgp
Descrizione Eclipse Tab changes standard page to the new tab page with your saved bookmarks.
Dimensione del File 180 KB
Conteggio Installazioni 290
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-06-15
Data di Pubblicazione 2021-05-17
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore eclipsetabproject
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://gtab.store/pp
Lingue Supportate 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": [
        ""
    ]
}