Tab Plus
Tab Plus is more than just a tab, - local weather, flip clock and more...
Hvad er Tab Plus?
Tab Plus er en Chrome-udvidelse udviklet af xtensionplus.com, og dens hovedfunktion er "Tab Plus is more than just a tab, - local weather, flip clock and more...".
Udvidelsesskærmbilleder
Download Tab Plus-udvidelses-CRX-fil
Download Tab Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Very useful and nice start page,
more than just a new tab, - local weather, flip clock and more... Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gnpkfejhbjbfidphpdfeokopdigeinkf |
| Officiel URL | https://chromewebstore.google.com/detail/tab-plus/gnpkfejhbjbfidphpdfeokopdigeinkf |
| Beskrivelse | Tab Plus is more than just a tab, - local weather, flip clock and more... |
| Filstørrelse | 753 KB |
| Antal Installationer | 72 |
| Nuværende Version | 1.0.1.3 |
| Senest Opdateret | 2017-07-18 |
| Udgivelsesdato | 2017-07-18 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | xtensionplus.com |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"chrome_url_overrides": {
"newtab": "index.html"
},
"name": "Tab Plus",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"description": "Tab Plus is more than just a tab, - local weather, flip clock and more...",
"icons": {
"128": "images\/tab+-128.png",
"16": "images\/tab+-16.png",
"48": "images\/tab+-48.png",
"64": "images\/tab+-64.png"
},
"manifest_version": 2,
"options_page": "index.html#options",
"permissions": [
"storage",
"geolocation",
"unlimitedStorage",
"https:\/\/maps.googleapis.com\/maps\/api\/",
"http:\/\/api.wunderground.com\/api"
],
"version": "1.0.1.3"
} | |