Simple Window Resizer
Quickly moves your Firefox window to a pre-defined position on your screen.
Simple Window Resizer क्या है?
Simple Window Resizer Soustruh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly moves your Firefox window to a pre-defined position on your screen."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple Window Resizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You might like this add-on if you frequently switch between the display of your laptop and external screens and do not like browsing in fullscreen. In one click it moves your window to a pre-defined position and resizes it to leave a configurable space around (I personally like to see my instant messenger window all the time on the right). Recommended values for top, left and bottom margins in Windows 10 are -1, -6 and 34 px, respectively. Any feature request welcome! :-)
एक्सटेंशन की मूल जानकारी
नाम | Simple Window Resizer |
ID | mfiakfjaghmfobbjfbefhhdcbknekfic |
आधिकारिक URL | https://chromewebstore.google.com/detail/simple-window-resizer/mfiakfjaghmfobbjfbefhhdcbknekfic |
विवरण | Quickly moves your Firefox window to a pre-defined position on your screen. |
फ़ाइल का आकार | 11.88 KB |
स्थापना संख्या | 204 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2019-02-15 |
प्रकाशन तिथि | 2019-02-15 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Soustruh |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://krasty.sbeta.cz/hr-nice/privacy |
समर्थित भाषाएँ | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "48.0" } }, "manifest_version": 2, "name": "Simple Window Resizer", "version": "1.2", "default_locale": "en", "description": "__MSG_extensionDescription__", "icons": { "32": "icon_32.png", "48": "icon_48.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "32": "icon_32.png" }, "default_title": "Resize!" }, "options_ui": { "page": "options.html" } } |