MTab
Just another newtab extension
Vad är MTab?
MTab är en Chrome-tillägg utvecklad av http://wzhd.github.io, och dess huvudfunktion är "Just another newtab extension".
Tilläggsskärmbilder
Ladda ner MTab-förlängningens CRX-fil
Ladda ner MTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | agegnilgbgjmgmoaiocgelmnmkelclbo |
| Officiell webbadress | https://chrome.google.com/webstore/detail/mtab/agegnilgbgjmgmoaiocgelmnmkelclbo |
| Beskrivning | Just another newtab extension |
| Filstorlek | 8.93 MB |
| Antal Installationer | 14 |
| Aktuell Version | 0.0.6 |
| Senast Uppdaterad | 2014-07-14 |
| Publiceringsdatum | 2014-07-14 |
| Betyg | 5.00/5 Totalt 8 Betyg |
| Utvecklare | http://wzhd.github.io |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/phoenixlzx/MTab |
| Hjälpsida URL | https://github.com/phoenixlzx/MTab |
| Stödda Språk | 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
} | |