Eclipse Tab - New Tab

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

Co to jest Eclipse Tab - New Tab?

Eclipse Tab - New Tab to rozszerzenie Chrome opracowane przez eclipsetabproject, a jego główną funkcją jest „Eclipse Tab changes standard page to the new tab page with your saved bookmarks.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Eclipse Tab - New Tab

Pobierz pliki rozszerzeń Eclipse Tab - New Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Eclipse Tab - New Tab Eclipse Tab - New Tab
ID chekehkknaccdmijecgocbijbbmnibgp
Oficjalny URL https://chromewebstore.google.com/detail/eclipse-tab-new-tab/chekehkknaccdmijecgocbijbbmnibgp
Opis Eclipse Tab changes standard page to the new tab page with your saved bookmarks.
Rozmiar pliku 180 KB
Liczba instalacji 290
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2021-06-15
Data Publikacji 2021-05-17
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper eclipsetabproject
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://gtab.store/pp
Obsługiwane Języki 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": [
        ""
    ]
}