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 |
电子邮箱 | [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" } |