Urbansaurus

Urban Definations within Google

Что такое Urbansaurus?

Urbansaurus - это расширение Chrome, разработанное http://jajoosam.tech, и его основная функция - "Urban Definations within Google".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Urbansaurus

Скачайте файлы расширений Urbansaurus в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Urbansaurus adds an urban dictionary widget to google search pages.

If you haven't heard of Urban Dictionary, it's a collection of definitions created by users, that describe lots of modern word implications.

Github: https://github.com/jajoosam/urbansaurus                    

Основная информация о расширении

Название Urbansaurus Urbansaurus
ID nlfndljabdnkdgdmpfecdpcjoknnbjnd
Официальный URL https://chrome.google.com/webstore/detail/urbansaurus/nlfndljabdnkdgdmpfecdpcjoknnbjnd
Описание Urban Definations within Google
Размер файла 88.38 KB
Количество установок 12
Текущая Версия 2.0
Последнее Обновление 2019-07-27
Дата публикации 2019-07-27
Рейтинг 5.00/5 Всего 1 оценок
Разработчик http://jajoosam.tech
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/jajoosam/urbansaurus
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Urbansaurus",
    "version": "2.0",
    "description": "Urban Definations within Google",
    "icons": {
        "240": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "material.min.css",
                "styles.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.google.co.in\/*"
            ]
        }
    ]
}