MTab
Just another newtab extension
Qu'est-ce que MTab ?
MTab est une extension Chrome développée par http://wzhd.github.io, et sa fonction principale est "Just another newtab extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MTab
Téléchargez les fichiers d'extension MTab 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
Phoenix Nemo(https://plus.google.com/+PhoenixNemo/posts) created this simple newtab extension to override the default one. A MIT-licensed open-source extension with code available at https://github.com/phoenixlzx/MTab Web UI devs needed, PRs welcome!
Informations de Base sur l'Extension
Nom | |
ID | agegnilgbgjmgmoaiocgelmnmkelclbo |
URL Officiel | https://chrome.google.com/webstore/detail/mtab/agegnilgbgjmgmoaiocgelmnmkelclbo |
Description | Just another newtab extension |
Taille du Fichier | 8.93 MB |
Nombre d'Installations | 14 |
Version Actuelle | 0.0.6 |
Dernière Mise à Jour | 2014-07-14 |
Date de Publication | 2014-07-14 |
Évaluation | 5.00/5 Total 8 Évaluations |
Développeur | http://wzhd.github.io |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/phoenixlzx/MTab |
URL de la Page d'Aide | https://github.com/phoenixlzx/MTab |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MTab", "description": "Just another newtab extension", "version": "0.0.6", "manifest_version": 2, "permissions": [ "topSites" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "options_page": "options.html", "background": { "scripts": [ ".\/js\/jquery-2.1.1.min.js", ".\/js\/functions.js" ] }, "offline_enabled": true } |