Tchatche

Search with Tchatche Apps

Tchatche क्या है?

Tchatche https://tchatche.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search with Tchatche Apps"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tchatche एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम Tchatche Tchatche
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"
}