WindowSize
Change Windows Size.
Apa itu WindowSize?
WindowSize adalah ekstensi Chrome yang dikembangkan oleh nori_yamam, dan fitur utamanya adalah "Change Windows Size.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WindowSize
Unduh file ekstensi WindowSize dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Change Chrome's window size. It is convenient to standardize the size when you attach screenshot to manual or blog. Oct.30, 2019 Known issues I've found that this doesn't work correctly if the Chrome window size is maximized. This probably happened in Chrome78. I checked the program but could not find a fix method. If the Chrome window size is maximized, it will work correctly if you change it manually.
Informasi Dasar Ekstensi
Nama | WindowSize |
ID | oaohkpbdkgfmmgdjgeekkmkpmkglfdcc |
URL Resmi | https://chromewebstore.google.com/detail/windowsize/oaohkpbdkgfmmgdjgeekkmkpmkglfdcc |
Deskripsi | Change Windows Size. |
Ukuran File | 7.52 KB |
Jumlah Instalasi | 87 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2023-10-30 |
Tanggal Publikasi | 2019-10-30 |
Pengembang | nori_yamam |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WindowSize", "short_name": "WS", "version": "1.4", "manifest_version": 3, "description": "Change Windows Size.", "action": { "default_title": "Window Size 1.4", "default_popup": "popup.html", "default_icon": { "32": "WindowSize_32.png" } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "icons": { "128": "WindowSize_128.png" } } |