TextOn.me

Удобный поиск синонимов и антонимов к слову

Qu'est-ce que TextOn.me ?

TextOn.me est une extension Chrome développée par https://texton.me, et sa fonction principale est "Удобный поиск синонимов и антонимов к слову".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TextOn.me

Téléchargez les fichiers d'extension TextOn.me au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Просматривайте синонимы, антонимы и фразеологизмы с помощью кнопки на панели инструментов или выделив слово на любой странице.
Расширение от сайта синонимов и морфологического разбора слов texton.me.

Расширение добавляет:

- кнопку на панели инструментов, которая позволяет искать и просматривать синонимы и антонимы
- иконку при выделении слова. Просто выберите любое слово на странице и вуаля! У вас есть список синонимов, антонимов и фразеологизмов прямо на странице!

Пожалуйста, не стесняйтесь оценивать расширение, особенно если оно вам помогло.

Если у вас есть какие-либо отзывы или предложения, пожалуйста, отправьте ваше сообщение на почту [email protected]. Спасибо!                    

Informations de Base sur l'Extension

Nom TextOn.me TextOn.me
ID bnjkamndedaffcmfohnjojjiiodopkmi
URL Officiel https://chromewebstore.google.com/detail/textonme/bnjkamndedaffcmfohnjojjiiodopkmi
Description Удобный поиск синонимов и антонимов к слову
Taille du Fichier 154 KB
Nombre d'Installations 116
Version Actuelle 2.0.0
Dernière Mise à Jour 2020-12-01
Date de Publication 2019-02-01
Évaluation 3.50/5 Total 4 Évaluations
Développeur https://texton.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://texton.me
Langues Prises en Charge ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u0423\u0434\u043e\u0431\u043d\u044b\u0439 \u043f\u043e\u0438\u0441\u043a \u0441\u0438\u043d\u043e\u043d\u0438\u043c\u043e\u0432 \u0438 \u0430\u043d\u0442\u043e\u043d\u0438\u043c\u043e\u0432 \u043a \u0441\u043b\u043e\u0432\u0443",
    "version": "2.0.0",
    "name": "TextOn.me",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "\u041f\u043e\u0438\u0441\u043a \u0441\u0438\u043d\u043e\u043d\u0438\u043c\u043e\u0432 \u043a \u0441\u043b\u043e\u0432\u0443",
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-48.png",
        "icon-16.png"
    ],
    "manifest_version": 2,
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}