OSX Resizer
Allow OSX users to view sites in a window smaller than 400px
Co to jest OSX Resizer?
OSX Resizer to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Allow OSX users to view sites in a window smaller than 400px”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia OSX Resizer
Pobierz pliki rozszerzeń OSX Resizer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | aopgpanbkndckicpnnnaeiebllepdldc |
| Oficjalny URL | https://chromewebstore.google.com/detail/osx-resizer/aopgpanbkndckicpnnnaeiebllepdldc |
| Opis | Allow OSX users to view sites in a window smaller than 400px |
| Rozmiar pliku | 4.68 KB |
| Liczba instalacji | 2,743 |
| Aktualna Wersja | 0.0.0.2 |
| Ostatnia Aktualizacja | 2012-08-22 |
| Data Publikacji | 2012-08-21 |
| Ocena | 3.65/5 Łącznie 26 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |