Window Positioner
Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the…
Window Positioner क्या है?
Window Positioner S. Haines द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Window Positioner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the specified pages in new windows, and then close the window with your home page (or new tab page). You can set the width and height of each window, along with the position on the window. All dimensions are in pixels. You may also specify that a window should start in "full screen" mode. This extension is particularly useful for kiosk-mode applications, where you would like a particular web page to open full screen when the browser starts. You may also wish to add Chrome to your start-up programs, so that the web page will appear automatically after booting the computer. Github source code: https://github.com/s-haines/chrome-window-positioner
एक्सटेंशन की मूल जानकारी
नाम | Window Positioner |
ID | cjoidmhkohpfflneoadklkfkekihbjia |
आधिकारिक URL | https://chromewebstore.google.com/detail/window-positioner/cjoidmhkohpfflneoadklkfkekihbjia |
विवरण | Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the… |
फ़ाइल का आकार | 41.23 KB |
स्थापना संख्या | 6,431 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2014-07-01 |
प्रकाशन तिथि | 2014-07-01 |
रेटिंग | 3.83/5 कुल 6 रेटिंग्स |
डेवलपर | S. Haines |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Window Positioner", "version": "0.1.2", "background": { "scripts": [ "main.js" ] }, "options_page": "options.html", "permissions": [ "storage" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" } } |