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 هو إضافة Chrome تم تطويرها بواسطة S. Haines، والميزة الرئيسية لها هي "Tool to launch windows and position them on Chrome start-up. Window Positioner runs when Chrome starts and will launch the…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Window Positioner
قم بتنزيل ملفات الامتداد Window Positioner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } } |