AppAgg Search

Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.

Что такое AppAgg Search?

AppAgg Search - это расширение Chrome, разработанное https://appagg.com, и его основная функция - "Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.".

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

screenshot

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

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

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

                        • More than 4,000,000 apps and 1,000,000 developers.
• All apps in one place!
• We support all the major apps and games stores.                    

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

Название AppAgg Search AppAgg Search
ID jefkdgfckofnhpdfohndankaeggekffi
Официальный URL https://chromewebstore.google.com/detail/appagg-search/jefkdgfckofnhpdfohndankaeggekffi
Описание Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.
Размер файла 9.08 KB
Количество установок 300
Текущая Версия 3.5
Последнее Обновление 2023-04-07
Дата публикации 2019-03-04
Рейтинг 4.25/5 Всего 8 оценок
Разработчик https://appagg.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://appagg.com
URL страницы помощи https://appagg.com/contact-us/
URL страницы политики конфиденциальности https://appagg.com/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AppAgg Search",
    "short_name": "AppAgg Search",
    "version": "3.5",
    "manifest_version": 2,
    "description": "Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.",
    "author": "AppAgg.com",
    "developer": {
        "name": "AppAgg.com",
        "url": "https:\/\/appagg.com"
    },
    "homepage_url": "https:\/\/appagg.com",
    "applications": {
        "gecko": {
            "id": "@appaggsearch"
        }
    },
    "omnibox": {
        "keyword": "aa"
    },
    "background": {
        "scripts": [
            "search.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "AppAgg.com"
    },
    "permissions": [
        "contextMenus"
    ]
}