Every Time Zone New Tab

Replaces the default new tab with everytimezone.com.

Vad är Every Time Zone New Tab?

Every Time Zone New Tab är en Chrome-tillägg utvecklad av David Simpson Apps, och dess huvudfunktion är "Replaces the default new tab with everytimezone.com.".

Tilläggsskärmbilder

screenshot

Ladda ner Every Time Zone New Tab-förlängningens CRX-fil

Ladda ner Every Time Zone 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

                        Massively simplified.

Just does this:
window.location.href = "https://everytimezone.com/"                    

Grundläggande Information om Tillägg

Namn Every Time Zone New Tab Every Time Zone New Tab
ID lolfkhefdonnfhidbpfaakibkjhnefld
Officiell webbadress https://chromewebstore.google.com/detail/every-time-zone-new-tab/lolfkhefdonnfhidbpfaakibkjhnefld
Beskrivning Replaces the default new tab with everytimezone.com.
Filstorlek 38.21 KB
Antal Installationer 60
Aktuell Version 2
Senast Uppdaterad 2021-03-05
Publiceringsdatum 2019-02-22
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare David Simpson Apps
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/dvdsmpsn/chrome-extension-everytimezone-newtab
Hjälpsida URL http://twitter.com/dvdsmpsn
URL till Sekretesspolicy Sidan https://www.dsapps.dev/data-security-privacy
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Every Time Zone New Tab",
    "version": "2",
    "manifest_version": 2,
    "description": "Replaces the default new tab with everytimezone.com.",
    "homepage_url": "http:\/\/davidsimpson.me\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    }
}