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.

Qu'est-ce que AppAgg Search ?

AppAgg Search est une extension Chrome développée par https://appagg.com, et sa fonction principale est "Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AppAgg Search

Téléchargez les fichiers d'extension AppAgg Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom AppAgg Search AppAgg Search
ID jefkdgfckofnhpdfohndankaeggekffi
URL Officiel https://chromewebstore.google.com/detail/appagg-search/jefkdgfckofnhpdfohndankaeggekffi
Description Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.
Taille du Fichier 9.08 KB
Nombre d'Installations 300
Version Actuelle 3.5
Dernière Mise à Jour 2023-04-07
Date de Publication 2019-03-04
Évaluation 4.25/5 Total 8 Évaluations
Développeur https://appagg.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://appagg.com
URL de la Page d'Aide https://appagg.com/contact-us/
URL de la Page de Politique de Confidentialité https://appagg.com/privacy
Langues Prises en Charge 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"
    ]
}