Browser resize
Simple browser resize
Co to jest Browser resize?
Browser resize to rozszerzenie Chrome opracowane przez graham, a jego główną funkcją jest „Simple browser resize”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Browser resize
Pobierz pliki rozszerzeń Browser resize 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
Super simple developer tool to change the browser size. Options to edit widths and keep popup open after resize (closes by default of maximise). Nothing malicious in here, unlike in certain other extensions. Code is on Github https://github.com/grahamlicence/chrome-resize and there is plenty of documentation from Google on how to make your own window resizer. Changelog 0.3.0 - Changed window position left and height to stay the same when resizing. Options page added for changing width settings.
Podstawowe informacje o rozszerzeniu
Nazwa | Browser resize |
ID | pnmdcoaajafdppfpioijldebfbpogopn |
Oficjalny URL | https://chromewebstore.google.com/detail/browser-resize/pnmdcoaajafdppfpioijldebfbpogopn |
Opis | Simple browser resize |
Rozmiar pliku | 16.94 KB |
Liczba instalacji | 1,949 |
Aktualna Wersja | 0.3.0 |
Ostatnia Aktualizacja | 2014-10-22 |
Data Publikacji | 2014-10-22 |
Ocena | 4.25/5 Łącznie 12 Oceny |
Deweloper | graham |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Browser resize", "version": "0.3.0", "manifest_version": 2, "description": "Simple browser resize", "icons": { "16": "images\/default.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/default.png", "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |