OSX Resizer
Allow OSX users to view sites in a window smaller than 400px
Apa itu OSX Resizer?
OSX Resizer adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Allow OSX users to view sites in a window smaller than 400px".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi OSX Resizer
Unduh file ekstensi OSX Resizer 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
If you're on a Mac using Chrome and you want to view a web page at the same resolution as a smart phone (320px), this is the extension for you! Chrome users on a Mac are unable to shrink the browser window below 400 pixels. This is a constraint on the chromed browser, but not for pop up windows. This extension simply opens the current tab in a pop up. Eight lines of code, no more, no less.
Informasi Dasar Ekstensi
Nama | OSX Resizer |
ID | aopgpanbkndckicpnnnaeiebllepdldc |
URL Resmi | https://chromewebstore.google.com/detail/osx-resizer/aopgpanbkndckicpnnnaeiebllepdldc |
Deskripsi | Allow OSX users to view sites in a window smaller than 400px |
Ukuran File | 4.68 KB |
Jumlah Instalasi | 2,743 |
Versi Saat Ini | 0.0.0.2 |
Terakhir Diperbarui | 2012-08-22 |
Tanggal Publikasi | 2012-08-21 |
Penilaian | 3.65/5 Total 26 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "OSX Resizer", "manifest_version": 2, "version": "0.0.0.2", "description": "Allow OSX users to view sites in a window smaller than 400px", "permissions": [ "tabs" ], "browser_action": { "default_icon": "mobile.png", "default_popup": "window.html" } } |