Tab Plus
Tab Plus is more than just a tab, - local weather, flip clock and more...
Vad är Tab Plus?
Tab Plus är en Chrome-tillägg utvecklad av xtensionplus.com, och dess huvudfunktion är "Tab Plus is more than just a tab, - local weather, flip clock and more...".
Tilläggsskärmbilder
Ladda ner Tab Plus-förlängningens CRX-fil
Ladda ner Tab Plus-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
Very useful and nice start page,
more than just a new tab, - local weather, flip clock and more... Grundläggande Information om Tillägg
| Namn | |
| ID | gnpkfejhbjbfidphpdfeokopdigeinkf |
| Officiell webbadress | https://chromewebstore.google.com/detail/tab-plus/gnpkfejhbjbfidphpdfeokopdigeinkf |
| Beskrivning | Tab Plus is more than just a tab, - local weather, flip clock and more... |
| Filstorlek | 753 KB |
| Antal Installationer | 72 |
| Aktuell Version | 1.0.1.3 |
| Senast Uppdaterad | 2017-07-18 |
| Publiceringsdatum | 2017-07-18 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | xtensionplus.com |
| Betalningssätt | free |
| Stödda Språk | 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"
} | |