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.

Hvad er AppAgg Search?

AppAgg Search er en Chrome-udvidelse udviklet af https://appagg.com, og dens hovedfunktion er "Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.".

Udvidelsesskærmbilleder

screenshot

Download AppAgg Search-udvidelses-CRX-fil

Download AppAgg Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn AppAgg Search AppAgg Search
ID jefkdgfckofnhpdfohndankaeggekffi
Officiel URL https://chromewebstore.google.com/detail/appagg-search/jefkdgfckofnhpdfohndankaeggekffi
Beskrivelse Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.
Filstørrelse 9.08 KB
Antal Installationer 300
Nuværende Version 3.5
Senest Opdateret 2023-04-07
Udgivelsesdato 2019-03-04
Bedømmelse 4.25/5 Samlet 8 Bedømmelser
Udvikler https://appagg.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://appagg.com
Hjælpeside-URL https://appagg.com/contact-us/
URL til Fortrolighedspolitik Side https://appagg.com/privacy
Understøttede Sprog 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"
    ]
}