Galaxy Tab
Explore galaxy space pictures in the background of every new tab.
Was ist Galaxy Tab?
Galaxy Tab ist eine Chrome-Erweiterung, die von Galaxy Tab entwickelt wurde, und ihr Hauptmerkmal ist "Explore galaxy space pictures in the background of every new tab.".
Erweiterungsscreenshots
Galaxy Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Galaxy Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
By clicking "Add to Chrome", I accept and agree to installing the Galaxy Tab Chrome extension and setting Chrome™️ New Tab to that provided by the service with search results by Microsoft Bing, and the Terms of Use and Privacy Policy.
Terms of Use: https://the-galaxy-tab.com/terms.html
Free stock media content is distributed by Unsplash - https://unsplash.com
Privacy Policy: https://the-galaxy-tab.com/privacy-policy.html Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eombdpjkbbfoclnbbednpoaaopohdnai |
| Offizielle URL | https://chromewebstore.google.com/detail/galaxy-tab/eombdpjkbbfoclnbbednpoaaopohdnai |
| Beschreibung | Explore galaxy space pictures in the background of every new tab. |
| Dateigröße | 22.97 MB |
| Installationsanzahl | 1,100 |
| Aktuelle Version | 1.95 |
| Letztes Update | 2023-10-06 |
| Veröffentlichungsdatum | 2023-09-17 |
| Bewertung | 5.00/5 Insgesamt 8 Bewertungen |
| Entwickler | Galaxy Tab |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.the-galaxy-tab.com/ |
| Hilfeseite URL | https://the-galaxy-tab.com/#contact |
| URL der Datenschutzrichtlinien-Seite | https://www.the-galaxy-tab.com/privacy-policy.html |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Galaxy Tab",
"version": "1.95",
"description": "Explore galaxy space pictures in the background of every new tab.",
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": []
} | |