OSX Resizer
Allow OSX users to view sites in a window smaller than 400px
Cos'è OSX Resizer?
OSX Resizer è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Allow OSX users to view sites in a window smaller than 400px".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OSX Resizer
Scarica i file di estensione OSX Resizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | aopgpanbkndckicpnnnaeiebllepdldc |
| URL Ufficiale | https://chromewebstore.google.com/detail/osx-resizer/aopgpanbkndckicpnnnaeiebllepdldc |
| Descrizione | Allow OSX users to view sites in a window smaller than 400px |
| Dimensione del File | 4.68 KB |
| Conteggio Installazioni | 2,743 |
| Versione Corrente | 0.0.0.2 |
| Ultimo Aggiornamento | 2012-08-22 |
| Data di Pubblicazione | 2012-08-21 |
| Valutazione | 3.65/5 Totale 26 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |