Tab Pro
A clean, simple new tab page
Wat is Tab Pro?
Tab Pro is een Chrome-extensie ontwikkeld door https://www.smibware.com, en de belangrijkste functie is "A clean, simple new tab page".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Pro
Download Tab Pro-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
A simple, clean and elegant new tab page.
This is only the beginning as we are consistently working on updating it. Basisinformatie over de Extensie
| Naam | |
| ID | ancpkmhofkbnnokhminpbegbhdafdjbg |
| Officiële URL | https://chromewebstore.google.com/detail/tab-pro/ancpkmhofkbnnokhminpbegbhdafdjbg |
| Beschrijving | A clean, simple new tab page |
| Bestandsgrootte | 1.17 MB |
| Aantal Installaties | 12 |
| Huidige Versie | 2.0 |
| Laatst Bijgewerkt | 2016-01-19 |
| Publicatiedatum | 2016-01-19 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | https://www.smibware.com |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"css": [
"css\/injectcss.css"
],
"exclude_matches": [
"*:\/\/www.mymaths.co.uk\/",
"*:\/\/www.myimaths.com\/"
],
"js": [
"js\/jquery\/jquery.min.js",
"js\/jquery\/jquery-ui.min.js",
"js\/injectscript.js"
],
"matches": [
"*:\/\/www.mymaths.co.uk\/*",
"*:\/\/www.myimaths.com\/*",
"*:\/\/app.mymaths.co.uk\/*",
"*:\/\/app.myimaths.com\/*"
],
"run_at": "document_start"
}
],
"name": "Tab Pro",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"description": "A clean, simple new tab page",
"version": "2.0",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "index.html"
},
"manifest_version": 2
} | |