MTab
Just another newtab extension
Wat is MTab?
MTab is een Chrome-extensie ontwikkeld door http://wzhd.github.io, en de belangrijkste functie is "Just another newtab extension".
Extensie Screenshots
Download het CRX-bestand van de extensie MTab
Download MTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | agegnilgbgjmgmoaiocgelmnmkelclbo |
Officiële URL | https://chrome.google.com/webstore/detail/mtab/agegnilgbgjmgmoaiocgelmnmkelclbo |
Beschrijving | Just another newtab extension |
Bestandsgrootte | 8.93 MB |
Aantal Installaties | 14 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2014-07-14 |
Publicatiedatum | 2014-07-14 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | http://wzhd.github.io |
Betalingswijze | free |
Extensiewebsite | https://github.com/phoenixlzx/MTab |
Help Pagina-URL | https://github.com/phoenixlzx/MTab |
Ondersteunde Talen | 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 } |