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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |