Alltabs
Amazing visual artists every time you open a new tab.
Co to jest Alltabs?
Alltabs to rozszerzenie Chrome opracowane przez https://newnow.cool, a jego główną funkcją jest „Amazing visual artists every time you open a new tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Alltabs
Pobierz pliki rozszerzeń Alltabs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Alltabs collaborates with interesting contemporary artist from all around the world. We bring you fresh photos and visual art to all your new tabs. This is a project by New Now.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ngjbedmelbifgachalpagdgiccokplkd |
Oficjalny URL | https://chrome.google.com/webstore/detail/alltabs/ngjbedmelbifgachalpagdgiccokplkd |
Opis | Amazing visual artists every time you open a new tab. |
Rozmiar pliku | 7.18 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2021-05-09 |
Data Publikacji | 2021-04-30 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://newnow.cool |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.alltabs.co/ |
Adres URL Strony Polityki Prywatności | https://newnow.cool/privacy.html |
Obsługiwane Języki | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "alltabs.html#newTab" }, "content_security_policy": "default-src 'self' 'unsafe-eval'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: chrome: filesystem:; connect-src 'self' http: https: chrome-extension:; frame-src http: https:", "description": "Amazing visual artists every time you open a new tab.", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "19": "img\/icon19.png", "48": "img\/icon48.png" }, "manifest_version": 2, "minimum_chrome_version": "28", "name": "Alltabs", "omnibox": { "keyword": "f" }, "permissions": [], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "web_accessible_resources": [ "alltabs.html" ] } |