AG Translate
View translations easily as you browse the web.
AG Translateとは何ですか?
AG Translateはsh01.bidによって開発されたChromeの拡張機能で、その主な機能は「View translations easily as you browse the web.」です。
拡張機能のスクリーンショット
AG Translate拡張機能のCRXファイルをダウンロード
AG Translate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can translate the selected text or the entire webpage, which is convenient and fast
Support multiple languages, you can also configure your own current language 拡張機能の基本情報
| 名前 | |
| ID | bincmiainjofjnhchmcalkanjebghoen |
| 公式URL | https://chromewebstore.google.com/detail/ag-translate/bincmiainjofjnhchmcalkanjebghoen |
| 説明 | View translations easily as you browse the web. |
| ファイルサイズ | 444 KB |
| インストール数 | 189,678 |
| 現在のバージョン | 1.0.11 |
| 最終更新日 | 2022-10-31 |
| 公開日 | 2021-06-27 |
| 評価 | 4.62/5 合計 26 レビュー |
| 開発者 | sh01.bid |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | http://yuntu88.hae123.cn/static/privacy.html |
| 対応言語 | id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": [],
"background": {
"scripts": [
"injection.js",
"background.js"
]
},
"browser_action": {
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png"
},
"default_popup": "popup.html",
"default_title": "__MSG_2509634311667449183__"
},
"content_scripts": [
{
"all_frames": true,
"css": [
"content.css"
],
"js": [
"content.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/translate.googleapis.com; object-src 'self'",
"default_locale": "en",
"description": "__MSG_5636646071825253269__",
"icons": {
"128": "icons\/128.png",
"16": "icons\/16.png",
"19": "icons\/19.png",
"32": "icons\/32.png",
"38": "icons\/38.png",
"48": "icons\/48.png"
},
"manifest_version": 2,
"name": "__MSG_8969005060131950570__",
"options_page": "options.html",
"permissions": [
" | |