Tchatche
Search with Tchatche Apps
Tchatche란 무엇입니까?
Tchatche은(는) https://tchatche.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search with Tchatche Apps"입니다.
확장 프로그램 스크린샷
Tchatche 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |