Polar Tab
A new polar scene when you open a new tab, and you can optionally play a game!
Was ist Polar Tab?
Polar Tab ist eine Chrome-Erweiterung, die von Jad entwickelt wurde, und ihr Hauptmerkmal ist "A new polar scene when you open a new tab, and you can optionally play a game!".
Erweiterungsscreenshots
Polar Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Polar 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
A new polar scene when you open a new tab, and you can optionally play a game! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ccoadkojhdgbdadpblcccejkehncebpg |
| Offizielle URL | https://chromewebstore.google.com/detail/polar-tab/ccoadkojhdgbdadpblcccejkehncebpg |
| Beschreibung | A new polar scene when you open a new tab, and you can optionally play a game! |
| Dateigröße | 139 MB |
| Installationsanzahl | 6,294 |
| Aktuelle Version | 0.1.83 |
| Letztes Update | 2024-01-26 |
| Veröffentlichungsdatum | 2018-12-26 |
| Bewertung | 4.34/5 Insgesamt 145 Bewertungen |
| Entwickler | Jad |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Polar Tab",
"short_name": "Polar Tab",
"version": "0.1.83",
"manifest_version": 2,
"browser_action": {
"default_title": "Polar Tab",
"default_icon": {
"48": "img\/icon48.png",
"128": "img\/icon128.png"
}
},
"icons": {
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "newpage.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |