Trello your new chrome tab

Override the new tab page with a blank one

Qu'est-ce que Trello your new chrome tab ?

Trello your new chrome tab est une extension Chrome développée par mirrorhanyu, et sa fonction principale est "Override the new tab page with a blank one".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Trello your new chrome tab

Téléchargez les fichiers d'extension Trello your new chrome tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Trello your new chrome tab Trello your new chrome tab
ID gfmbdopdladcnkeiegpjnnodegmffeec
URL Officiel https://chromewebstore.google.com/detail/trello-your-new-chrome-ta/gfmbdopdladcnkeiegpjnnodegmffeec
Description Override the new tab page with a blank one
Taille du Fichier 1.61 MB
Nombre d'Installations 35
Version Actuelle 0.91
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 5.00/5 Total 4 Évaluations
Développeur mirrorhanyu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}