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 |
官方網址 | 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" } |