Galaxy Tab
Explore galaxy space pictures in the background of every new tab.
Hvad er Galaxy Tab?
Galaxy Tab er en Chrome-udvidelse udviklet af Galaxy Tab, og dens hovedfunktion er "Explore galaxy space pictures in the background of every new tab.".
Udvidelsesskærmbilleder
Download Galaxy Tab-udvidelses-CRX-fil
Download Galaxy Tab-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
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | eombdpjkbbfoclnbbednpoaaopohdnai |
| Officiel URL | https://chromewebstore.google.com/detail/galaxy-tab/eombdpjkbbfoclnbbednpoaaopohdnai |
| Beskrivelse | Explore galaxy space pictures in the background of every new tab. |
| Filstørrelse | 22.97 MB |
| Antal Installationer | 1,100 |
| Nuværende Version | 1.95 |
| Senest Opdateret | 2023-10-06 |
| Udgivelsesdato | 2023-09-17 |
| Bedømmelse | 5.00/5 Samlet 8 Bedømmelser |
| Udvikler | Galaxy Tab |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.the-galaxy-tab.com/ |
| Hjælpeside-URL | https://the-galaxy-tab.com/#contact |
| URL til Fortrolighedspolitik Side | https://www.the-galaxy-tab.com/privacy-policy.html |
| Understøttede Sprog | 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": []
} | |