TextOn.me

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

What is TextOn.me?

TextOn.me is a Chrome extension developed by https://texton.me, and its main feature is "Удобный поиск синонимов и антонимов к слову".

Extension Screenshots

screenshot
screenshot
screenshot

Download TextOn.me Extension CRX File

Download TextOn.me extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

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

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

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

Extension Basic Information

Name TextOn.me TextOn.me
ID bnjkamndedaffcmfohnjojjiiodopkmi
Official URL https://chromewebstore.google.com/detail/textonme/bnjkamndedaffcmfohnjojjiiodopkmi
Description Удобный поиск синонимов и антонимов к слову
File Size 154 KB
Installation Count 116
Current Version 2.0.0
Last Updated 2020-12-01
Publish Date 2019-02-01
Rating 3.50/5 Total 4 Ratings
Developer https://texton.me
Email [email protected]
Payment Type free
Extension Website https://texton.me
Supported Languages 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'"
}