Resolution Zoom
Set the zoom level based on your screen resolution.
Resolution Zoom क्या है?
Resolution Zoom https://arnout.engelen.eu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set the zoom level based on your screen resolution."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Resolution Zoom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Will zoom pages to 200% on HiDPI screens (wider than 2800 pixels), to 100% others. Will leave alone pages not at 100% or 200%.
एक्सटेंशन की मूल जानकारी
नाम | Resolution Zoom |
ID | enjjhajnmggdgofagbokhmifgnaophmh |
आधिकारिक URL | https://chromewebstore.google.com/detail/resolution-zoom/enjjhajnmggdgofagbokhmifgnaophmh |
विवरण | Set the zoom level based on your screen resolution. |
फ़ाइल का आकार | 7.37 KB |
स्थापना संख्या | 605 |
वर्तमान संस्करण | 0.3 |
अंतिम अपडेट | 2016-08-03 |
प्रकाशन तिथि | 2016-08-03 |
रेटिंग | 2.77/5 कुल 13 रेटिंग्स |
डेवलपर | https://arnout.engelen.eu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://github.com/raboof/reszoom |
सहायता पृष्ठ URL | http://github.com/raboof/reszoom/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Resolution Zoom", "short_name": "reszoom", "description": "Set the zoom level based on your screen resolution.", "version": "0.3", "background": { "scripts": [ "background.js" ] }, "permissions": [ "system.display" ], "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" } } |