Window Resizer
Resize the browser window.
Window Resizer क्या है?
Window Resizer antwhere.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Resize the browser window."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Window Resizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Resize the browser window. The resolution list supports customization. ✅ open-source: https://bitbucket.org/antwhere/window_resizer/ ---------- Update history: 1.6: Migrate to Manifest V3. 1.5: Enhanced input data verification. 1.4: Add editing function. 1.3: Add rich customization options. 1.2: Fixed bugs, improved performance. 1.1: The open source Window Resizer extension is here! ---------- Privacy Policy: We do not collect any information from the first version until now and forever! ---------- The initial version began in June 2020. Feedback E-mail: [email protected] Official Website: www.antwhere.com
एक्सटेंशन की मूल जानकारी
नाम | Window Resizer |
ID | pcgliehpfebaphkmeffmichhimjagaal |
आधिकारिक URL | https://chromewebstore.google.com/detail/window-resizer/pcgliehpfebaphkmeffmichhimjagaal |
विवरण | Resize the browser window. |
फ़ाइल का आकार | 10.21 KB |
स्थापना संख्या | 342 |
वर्तमान संस्करण | 1.6 |
अंतिम अपडेट | 2022-11-23 |
प्रकाशन तिथि | 2020-07-03 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | antwhere.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Window Resizer", "description": "Resize the browser window.", "version": "1.6", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "options_page": "options.html", "options_ui": { "page": "options.html", "browser_style": true, "open_in_tab": true }, "action": { "default_icon": "icons\/icon-128.png", "default_popup": "popup.html" } } |