Magnifying Glass
Convert your mouse cursor to a high-quality magnifying glass
Magnifying Glassとは何ですか?
Magnifying Glassはjoue.quroiによって開発されたChromeの拡張機能で、その主な機能は「Convert your mouse cursor to a high-quality magnifying glass」です。
拡張機能のスクリーンショット
Magnifying Glass拡張機能のCRXファイルをダウンロード
Magnifying Glass拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension transforms your cursor into a magnifying glass, enlarging the current object beneath it. You can adjust the size of the lens and the scaling value through the right-click context menu over the action button. To turn off the magnification and revert to the default cursor, use the left-click or the Escape key on your keyboard. When the extension is active, the action button appears red; when it is inactive, the color is blue.
拡張機能の基本情報
名前 | Magnifying Glass |
ID | aejojoddnejpalbjnnknpeejhmklnmba |
公式URL | https://chromewebstore.google.com/detail/magnifying-glass/aejojoddnejpalbjnnknpeejhmklnmba |
説明 | Convert your mouse cursor to a high-quality magnifying glass |
ファイルサイズ | 45.25 KB |
インストール数 | 671 |
現在のバージョン | 0.1.1 |
最終更新日 | 2024-01-11 |
公開日 | 2023-12-27 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | joue.quroi |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://webextension.org/listing/magnifying-glass.html |
ヘルプページのURL | https://webextension.org/listing/magnifying-glass.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.1.1", "name": "Magnifying Glass", "description": "Convert your mouse cursor to a high-quality magnifying glass", "permissions": [ "storage", "activeTab", "scripting", "contextMenus" ], "homepage_url": "https:\/\/webextension.org\/listing\/magnifying-glass.html", "background": { "service_worker": "worker.js" }, "icons": { "16": "\/data\/icons\/16.png", "32": "\/data\/icons\/32.png", "48": "\/data\/icons\/48.png", "64": "\/data\/icons\/64.png", "128": "\/data\/icons\/128.png", "256": "\/data\/icons\/256.png", "512": "\/data\/icons\/512.png" }, "action": [] } |