Empty New Tab Page - Select Your Background.

The new tab page is now empty, you can select the background color of your choice.

Vad är Empty New Tab Page - Select Your Background.?

Empty New Tab Page - Select Your Background. är en Chrome-tillägg utvecklad av Thomas Tavernier, och dess huvudfunktion är "The new tab page is now empty, you can select the background color of your choice.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Empty New Tab Page - Select Your Background.-förlängningens CRX-fil

Ladda ner Empty New Tab Page - Select Your Background.-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

                        You can customize the background color of the empty new tab page, just click on the extension.

Default background color set as chrome dark mode color.

No longer supports images.                    

Grundläggande Information om Tillägg

Namn Empty New Tab Page - Select Your Background. Empty New Tab Page - Select Your Background.
ID ppnljghmgbgkebhihiphkkmdgpnccoen
Officiell webbadress https://chromewebstore.google.com/detail/empty-new-tab-page-select/ppnljghmgbgkebhihiphkkmdgpnccoen
Beskrivning The new tab page is now empty, you can select the background color of your choice.
Filstorlek 10.4 KB
Antal Installationer 122
Aktuell Version 1.4.0
Senast Uppdaterad 2021-08-15
Publiceringsdatum 2019-09-19
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare Thomas Tavernier
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ThomasTavernier/empty-new-tab-page
Stödda Språk en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.4.0",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Thomas Tavernier ",
    "default_locale": "en",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newTab\/empty_new_tab_page.html"
    },
    "action": {
        "default_popup": "popup\/popup.html"
    }
}