Galaxy Tab
Explore galaxy space pictures in the background of every new tab.
Vad är Galaxy Tab?
Galaxy Tab är en Chrome-tillägg utvecklad av Galaxy Tab, och dess huvudfunktion är "Explore galaxy space pictures in the background of every new tab.".
Tilläggsskärmbilder
Ladda ner Galaxy Tab-förlängningens CRX-fil
Ladda ner Galaxy Tab-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
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äggande Information om Tillägg
| Namn | |
| ID | eombdpjkbbfoclnbbednpoaaopohdnai |
| Officiell webbadress | https://chromewebstore.google.com/detail/galaxy-tab/eombdpjkbbfoclnbbednpoaaopohdnai |
| Beskrivning | Explore galaxy space pictures in the background of every new tab. |
| Filstorlek | 22.97 MB |
| Antal Installationer | 1,100 |
| Aktuell Version | 1.95 |
| Senast Uppdaterad | 2023-10-06 |
| Publiceringsdatum | 2023-09-17 |
| Betyg | 5.00/5 Totalt 8 Betyg |
| Utvecklare | Galaxy Tab |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.the-galaxy-tab.com/ |
| Hjälpsida URL | https://the-galaxy-tab.com/#contact |
| URL till Sekretesspolicy Sidan | https://www.the-galaxy-tab.com/privacy-policy.html |
| Stödda Språk | 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": []
} | |