Cartageous
Cartageous Chrome Extension
Co to jest Cartageous?
Cartageous to rozszerzenie Chrome opracowane przez Blender Networks Inc., a jego główną funkcją jest „Cartageous Chrome Extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cartageous
Pobierz pliki rozszerzeń Cartageous 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
The Cartageous extension replaces your browsers New Tab search engine with Yahoo.com. Please read carefully: By installing this application, you agree to the End User License Agreement and the Privacy Policy. Please note that this extension provides an easy to use search option right inside your new tab extension.
Podstawowe informacje o rozszerzeniu
Nazwa | Cartageous |
ID | naceaacfhibjaomhofpegoalinnkmegi |
Oficjalny URL | https://chromewebstore.google.com/detail/cartageous/naceaacfhibjaomhofpegoalinnkmegi |
Opis | Cartageous Chrome Extension |
Rozmiar pliku | 2.25 MB |
Liczba instalacji | 43,833 |
Aktualna Wersja | 1.4.5 |
Ostatnia Aktualizacja | 2024-01-12 |
Data Publikacji | 2021-02-04 |
Ocena | 4.08/5 Łącznie 12 Oceny |
Deweloper | Blender Networks Inc. |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://cartageous.com/ |
Adres URL Strony Polityki Prywatności | https://blendernetworks.com/privacy-policy |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Cartageous", "description": "Cartageous Chrome Extension", "version": "1.4.5", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "host_permissions": [ "https:\/\/*.cartageous.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "assets\/css\/*", "assets\/js\/*", "assets\/fonts\/*" ], "matches": [], "extension_ids": [] } ], "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "index.html" } } |