Original New Tab
Opens the original Chrome™ "New Tab"
Qu'est-ce que Original New Tab ?
Original New Tab est une extension Chrome développée par Oscar de Dios, et sa fonction principale est "Opens the original Chrome™ "New Tab"".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Original New Tab
Téléchargez les fichiers d'extension Original New 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
It Opens the Original Chrome™ New Tab. Useful if you have installed some of the extensions that overrides the original new tab and you want to use momentarily the original chrome™ tab. This extension shows the ACTUAL chrome™ new tab page, install only if you use another new tab extension. Icons made www.flaticon.com/authors/robin-kylander, licensed by Creative Commons BY 3.0
Informations de Base sur l'Extension
Nom | Original New Tab |
ID | lolhkjkbfeldmnjcbgifdbnjnokekpma |
URL Officiel | https://chromewebstore.google.com/detail/original-new-tab/lolhkjkbfeldmnjcbgifdbnjnokekpma |
Description | Opens the original Chrome™ "New Tab" |
Taille du Fichier | 168 KB |
Nombre d'Installations | 5,000 |
Version Actuelle | 2.3 |
Dernière Mise à Jour | 2017-06-15 |
Date de Publication | 2017-06-15 |
Évaluation | 3.32/5 Total 50 Évaluations |
Développeur | Oscar de Dios |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.noteboardapp.com/policy |
Langues Prises en Charge | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Original New Tab", "version": "2.3", "manifest_version": 2, "icons": { "128": "extIcon128.png" }, "default_locale": "en", "description": "__MSG_extDesc__", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Original New Tab", "default_icon": { "19": "extIcon16.png", "38": "extIcon32.png" } } } |