Eclipse Tab - New Tab

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

Vad är Eclipse Tab - New Tab?

Eclipse Tab - New Tab är en Chrome-tillägg utvecklad av eclipsetabproject, och dess huvudfunktion är "Eclipse Tab changes standard page to the new tab page with your saved bookmarks.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Eclipse Tab - New Tab-förlängningens CRX-fil

Ladda ner Eclipse Tab - New Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Eclipse Tab - New Tab Eclipse Tab - New Tab
ID chekehkknaccdmijecgocbijbbmnibgp
Officiell webbadress https://chromewebstore.google.com/detail/eclipse-tab-new-tab/chekehkknaccdmijecgocbijbbmnibgp
Beskrivning Eclipse Tab changes standard page to the new tab page with your saved bookmarks.
Filstorlek 180 KB
Antal Installationer 290
Aktuell Version 1.0.2
Senast Uppdaterad 2021-06-15
Publiceringsdatum 2021-05-17
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare eclipsetabproject
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://gtab.store/pp
Stödda Språk 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": [
        ""
    ]
}