Trello your new chrome tab

Override the new tab page with a blank one

Co je Trello your new chrome tab?

Trello your new chrome tab je rozšíření Chrome vyvinuté mirrorhanyu, a jeho hlavní funkcí je „Override the new tab page with a blank one“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Trello your new chrome tab

Stáhněte si soubory rozšíření Trello your new chrome tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        For the daily work, the place I visit for most times may be the chrome new page.
No matter shopping, searching or writing email, I just open a new tab in the chrome and then start.
So I'd love to set a reminder of what I need to do in this most visited place, to keep tasks in mind and not forgot.
and this is the cause of this product creates, hope you will like it!

The github link for this product is: https://github.com/mirrorhanyu/trello-your-new-chrome-tab
Since this is the beta version, defects and bugs may happen
Any feedback is appreciated, email me at [email protected]                    

Základní Informace o Rozšíření

Název Trello your new chrome tab Trello your new chrome tab
ID gfmbdopdladcnkeiegpjnnodegmffeec
Oficiální URL https://chromewebstore.google.com/detail/trello-your-new-chrome-ta/gfmbdopdladcnkeiegpjnnodegmffeec
Popis Override the new tab page with a blank one
Velikost souboru 1.61 MB
Počet instalací 35
Aktuální Verze 0.91
Poslední Aktualizace 2019-03-08
Datum Vydání 2019-03-08
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář mirrorhanyu
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello your new chrome tab",
    "author": "mirrorhanyu",
    "description": "Override the new tab page with a blank one",
    "version": "0.91",
    "icons": {
        "16": "icon-16-16.png",
        "48": "icon-48-48.png",
        "128": "icon-128-128.png"
    },
    "browser_action": {
        "default_icon": "icon-48-48.png",
        "default_popup": "popup.html"
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "homepage_url": "https:\/\/github.com\/mirrorhanyu\/trello-your-new-chrome-tab",
    "manifest_version": 2
}