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 là gì?

AppAgg Search là một tiện ích mở rộng Chrome được phát triển bởi https://appagg.com, và tính năng chính của nó là "Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AppAgg Search

Tải xuống các tệp mở rộng AppAgg Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AppAgg Search AppAgg Search
ID jefkdgfckofnhpdfohndankaeggekffi
URL Chính Thức https://chromewebstore.google.com/detail/appagg-search/jefkdgfckofnhpdfohndankaeggekffi
Mô tả Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.
Kích Thước Tệp 9.08 KB
Số Lần Cài Đặt 300
Phiên Bản Hiện Tại 3.5
Cập Nhật Lần Cuối 2023-04-07
Ngày Phát Hành 2019-03-04
Đánh Giá 4.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://appagg.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://appagg.com
URL Trang Trợ Giúp https://appagg.com/contact-us/
URL Trang Chính Sách Bảo Mật https://appagg.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}