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.

Co je AppAgg Search?

AppAgg Search je rozšíření Chrome vyvinuté https://appagg.com, a jeho hlavní funkcí je „Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AppAgg Search

Stáhněte si soubory rozšíření AppAgg Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        • 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.                    

Základní Informace o Rozšíření

Název AppAgg Search AppAgg Search
ID jefkdgfckofnhpdfohndankaeggekffi
Oficiální URL https://chromewebstore.google.com/detail/appagg-search/jefkdgfckofnhpdfohndankaeggekffi
Popis Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.
Velikost souboru 9.08 KB
Počet instalací 300
Aktuální Verze 3.5
Poslední Aktualizace 2023-04-07
Datum Vydání 2019-03-04
Hodnocení 4.25/5 Celkem 8 Hodnocení
Vývojář https://appagg.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://appagg.com
URL Stránky Nápovědy https://appagg.com/contact-us/
URL Stránky Zásad Ochrany Soukromí https://appagg.com/privacy
Podporované Jazyky 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"
    ]
}