Cartageous
Cartageous Chrome Extension
Cartageousとは何ですか?
CartageousはBlender Networks Inc.によって開発されたChromeの拡張機能で、その主な機能は「Cartageous Chrome Extension」です。
拡張機能のスクリーンショット
Cartageous拡張機能のCRXファイルをダウンロード
Cartageous拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Cartageous |
ID | naceaacfhibjaomhofpegoalinnkmegi |
公式URL | https://chromewebstore.google.com/detail/cartageous/naceaacfhibjaomhofpegoalinnkmegi |
説明 | Cartageous Chrome Extension |
ファイルサイズ | 2.25 MB |
インストール数 | 43,833 |
現在のバージョン | 1.4.5 |
最終更新日 | 2024-01-12 |
公開日 | 2021-02-04 |
評価 | 4.08/5 合計 12 レビュー |
開発者 | Blender Networks Inc. |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://cartageous.com/ |
プライバシーポリシーページのURL | https://blendernetworks.com/privacy-policy |
対応言語 | 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" } } |