Magnifying Glass
The magnifying glass shows a zoomed image within its radius, without disturbing the rest of the page.
Magnifying Glass क्या है?
Magnifying Glass Magnifying Glass द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The magnifying glass shows a zoomed image within its radius, without disturbing the rest of the page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Magnifying Glass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simply press Alt+Z* to summon the magnifying glass! Then press any key to remove it. *Ctrl+Z for MAC users by default. The extension does not require any special permission. It just works~*** ***Please note that the extension does not work in New Tab page, Chrome setting page and Chrome Web Store by default, but it will work on any other webpages.*** v.1.0.2 Change-log + Added option to specify a compensation factor for OS-level magnification + Added option to close the magnifier scope only when ESC key is pressed v.1.0.1 Change-log + Added French and Chinese localizations + Enabled anti-aliasing by default + Other minor optimization Icons made by Vectors Market from www.flaticon.com is licensed by CC 3.0 BY
एक्सटेंशन की मूल जानकारी
नाम | Magnifying Glass |
ID | elhdjgjjmodgmhkokebhegekjooiaofm |
आधिकारिक URL | https://chromewebstore.google.com/detail/magnifying-glass/elhdjgjjmodgmhkokebhegekjooiaofm |
विवरण | The magnifying glass shows a zoomed image within its radius, without disturbing the rest of the page. |
फ़ाइल का आकार | 89.84 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2018-09-09 |
प्रकाशन तिथि | 2018-09-08 |
रेटिंग | 3.73/5 कुल 44 रेटिंग्स |
डेवलपर | Magnifying Glass |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,fr,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.0.2", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png", "512": "icon.png" }, "browser_action": { "default_title": "__MSG_name__" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Z", "mac": "MacCtrl+Z" } } }, "permissions": [ "activeTab", "storage" ] } |