Simple Window Resizer

Quickly moves your Firefox window to a pre-defined position on your screen.

Simple Window Resizerคืออะไร?

Simple Window Resizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Soustruh และคุณลักษณะหลักของมันคือ "Quickly moves your Firefox window to a pre-defined position on your screen."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Window Resizer

ดาวน์โหลดไฟล์ส่วนขยาย Simple Window Resizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}