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是由https://appagg.com开发的Chrome扩展程序,该扩展的主要功能是“Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.”。

扩展截图

screenshot

下载AppAgg Search扩展crx文件

下载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"
    ]
}