Tchatche
Search with Tchatche Apps
Tchatcheとは何ですか?
Tchatcheはhttps://tchatche.comによって開発されたChromeの拡張機能で、その主な機能は「Search with Tchatche Apps」です。
拡張機能のスクリーンショット
Tchatche拡張機能のCRXファイルをダウンロード
Tchatche拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
L'application ajoute la fonctionnalité de recherche avec l'application Tchache dans la barre d'adresse de votre navigateur. Lors d'une recherche en utilisant le champ de saisie de la barre d'adresse de votre navigateur vous serez dirigé vers le moteur de recherche de l'application Tchache et bénéficierez d'une expérience de recherche enrichie, avec la possibilité de faire une recherche dans Tchache. Vous pouvez être prévenu quand vous avez de nouveaux messages ou que vos favoris Tchache sont en ligne et les rechercher directement depuis le moteur de recherche de votre navigateur.
拡張機能の基本情報
名前 | |
ID | kmoepdbfinjnjkneijdpkmcdgbpehgho |
公式URL | https://chromewebstore.google.com/detail/tchatche/kmoepdbfinjnjkneijdpkmcdgbpehgho |
説明 | Search with Tchatche Apps |
ファイルサイズ | 24.77 KB |
インストール数 | 1,046 |
現在のバージョン | 1.1 |
最終更新日 | 2020-08-31 |
公開日 | 2020-08-31 |
評価 | 4.57/5 合計 7 レビュー |
開発者 | https://tchatche.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.tchatche.com |
ヘルプページのURL | https://chat.tchatche.com/Home/Contact |
対応言語 | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "manifest_version": 2, "chrome_settings_overrides": { "search_provider": { "name": "Web", "keyword": "we", "is_default": true, "encoding": "UTF-8", "favicon_url": "https:\/\/www.securery.com\/favicon-ns.ico", "search_url": "https:\/\/www.securery.com\/search?hl=fr-11&q={searchTerms}" } }, "icons": { "16": "images\/icon_16x16.png", "32": "images\/icon_32x32.png", "48": "images\/icon_48x48.png", "128": "images\/icon_128x128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "images\/icon_16x16.png", "32": "images\/icon_32x32.png", "48": "images\/icon_48x48.png", "128": "images\/icon_128x128.png" }, "default_title": "__MSG_extName__" }, "externally_connectable": { "matches": [ "*:\/\/*.tchatche.com\/*", "*:\/\/*.securery.com\/*" ] }, "permissions": [ "tabs", "alarms", "contextMenus", "storage", "cookies", "*:\/\/*.tchatche.com\/*", "*:\/\/*.securery.com\/*" ], "default_locale": "fr", "version": "1.1" } |