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.
Vad är AppAgg Search?
AppAgg Search är en Chrome-tillägg utvecklad av https://appagg.com, och dess huvudfunktion är "Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.".
Tilläggsskärmbilder
Ladda ner AppAgg Search-förlängningens CRX-fil
Ladda ner AppAgg Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
• 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äggande Information om Tillägg
Namn | AppAgg Search |
ID | jefkdgfckofnhpdfohndankaeggekffi |
Officiell webbadress | https://chromewebstore.google.com/detail/appagg-search/jefkdgfckofnhpdfohndankaeggekffi |
Beskrivning | Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site. |
Filstorlek | 9.08 KB |
Antal Installationer | 300 |
Aktuell Version | 3.5 |
Senast Uppdaterad | 2023-04-07 |
Publiceringsdatum | 2019-03-04 |
Betyg | 4.25/5 Totalt 8 Betyg |
Utvecklare | https://appagg.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://appagg.com |
Hjälpsida URL | https://appagg.com/contact-us/ |
URL till Sekretesspolicy Sidan | https://appagg.com/privacy |
Stödda Språk | 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" ] } |