Magnifying Glass Zoom
Press the toolbar button to see the Magnifying Glass on the current page.
Magnifying Glass Zoomとは何ですか?
Magnifying Glass Zoomはmagnifglassによって開発されたChromeの拡張機能で、その主な機能は「Press the toolbar button to see the Magnifying Glass on the current page.」です。
拡張機能のスクリーンショット
Magnifying Glass Zoom拡張機能のCRXファイルをダウンロード
Magnifying Glass Zoom拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just press Ctrl+z once and the text becomes clearly visible in front of you.
Allows you to magnify text on a page with a magnifier so you can clearly read even small font with an asterisk.
By clicking "Add to chrome", I accept and agree to installing “Magnifying Glass Zoom Extension" extension and setting Chrome™ default search and newtab search to that provided by the service and the Terms and Conditions and Privacy Policy.
Privacy Policy https://magniglas.com/privacy.html
Terms and Conditions https://magniglas.com/terms.html 拡張機能の基本情報
| 名前 | |
| ID | jiiammldpkebebplgoejceoigdhechni |
| 公式URL | https://chromewebstore.google.com/detail/magnifying-glass-zoom/jiiammldpkebebplgoejceoigdhechni |
| 説明 | Press the toolbar button to see the Magnifying Glass on the current page. |
| ファイルサイズ | 46.43 KB |
| インストール数 | 2,375 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2023-03-15 |
| 公開日 | 2022-11-05 |
| 開発者 | magnifglass |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://magniglas.com/index.html |
| ヘルプページのURL | https://magniglas.com/privacy.html |
| プライバシーポリシーページのURL | https://magniglas.com/privacy.html |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Magnifying Glass Zoom",
"description": "Press the toolbar button to see the Magnifying Glass on the current page.",
"manifest_version": 3,
"version": "1.0.2",
"action": {
"default_title": "Magnifying Glass Zoom",
"default_icon": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"64": "images\/64.png"
}
},
"commands": {
"magnify": {
"description": "Magnifying Glass zoom",
"suggested_key": {
"default": "Ctrl+Z",
"windows": "Ctrl+Z",
"mac": "Command+Z",
"chromeos": "Ctrl+Z",
"linux": "Ctrl+Z"
}
}
},
"background": {
"service_worker": "js\/background.js"
},
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"64": "images\/64.png",
"128": "images\/128.png"
},
"permissions": [
"scripting",
"storage",
"activeTab",
"tabs",
"cookies"
],
"host_permissions": [
"*:\/\/magniglas.com\/*"
]
} | |