Tchatche
Search with Tchatche Apps
Tchatcheคืออะไร?
Tchatche เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tchatche.com และคุณลักษณะหลักของมันคือ "Search with Tchatche Apps"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tchatche
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |