Enlarger
Enlarger helps you enlarge and shrink text blocks, videos, images and more
Co to jest Enlarger?
Enlarger to rozszerzenie Chrome opracowane przez Steve Green, a jego główną funkcją jest „Enlarger helps you enlarge and shrink text blocks, videos, images and more”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Enlarger
Pobierz pliki rozszerzeń Enlarger 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
Enlarger helps you to enlarge and shrink text blocks, videos, images and more. Enlarger lets you control every element's size separately in any website you visit - easily and intuitively. Features: - Shrink - Enlarge - Cool animations - Reset all changes made - Control elements separately Start enlarging now!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | iligolpooaapomjpkgephfeoiihnoocm |
Oficjalny URL | https://chrome.google.com/webstore/detail/enlarger/iligolpooaapomjpkgephfeoiihnoocm |
Opis | Enlarger helps you enlarge and shrink text blocks, videos, images and more |
Rozmiar pliku | 29.21 KB |
Liczba instalacji | 79 |
Aktualna Wersja | 1.2.1 |
Ostatnia Aktualizacja | 2014-09-10 |
Data Publikacji | 2014-09-10 |
Ocena | 2.60/5 Łącznie 5 Oceny |
Deweloper | Steve Green |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Enlarger", "short_name": "Enlarger - Enlarge The Web", "description": "Enlarger helps you enlarge and shrink text blocks, videos, images and more", "author": "Saar Ofek", "version": "1.2.1", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "BackgroundScript.js" ], "persistent": true }, "web_accessible_resources": [ "\/images\/Refresh.png" ], "browser_action": { "default_locale": "en", "default_icon": "Enlarge.png" }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/", "https:\/\/*\/", "storage" ] } |