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.
What is AppAgg Search?
AppAgg Search is a Chrome extension developed by https://appagg.com, and its main feature is "Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.".
Extension Screenshots
Download AppAgg Search Extension CRX File
Download AppAgg Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
• 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.
Extension Basic Information
Name | AppAgg Search |
ID | jefkdgfckofnhpdfohndankaeggekffi |
Official URL | 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. |
File Size | 9.08 KB |
Installation Count | 300 |
Current Version | 3.5 |
Last Updated | 2023-04-07 |
Publish Date | 2019-03-04 |
Rating | 4.25/5 Total 8 Ratings |
Developer | https://appagg.com |
[email protected] | |
Payment Type | free |
Extension Website | https://appagg.com |
Help Page URL | https://appagg.com/contact-us/ |
Privacy Policy Page URL | https://appagg.com/privacy |
Supported Languages | 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" ] } |