Enlarger
Enlarger helps you enlarge and shrink text blocks, videos, images and more
Co je Enlarger?
Enlarger je rozšíření Chrome vyvinuté Steve Green, a jeho hlavní funkcí je „Enlarger helps you enlarge and shrink text blocks, videos, images and more“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Enlarger
Stáhněte si soubory rozšíření Enlarger ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | iligolpooaapomjpkgephfeoiihnoocm |
Oficiální URL | https://chrome.google.com/webstore/detail/enlarger/iligolpooaapomjpkgephfeoiihnoocm |
Popis | Enlarger helps you enlarge and shrink text blocks, videos, images and more |
Velikost souboru | 29.21 KB |
Počet instalací | 79 |
Aktuální Verze | 1.2.1 |
Poslední Aktualizace | 2014-09-10 |
Datum Vydání | 2014-09-10 |
Hodnocení | 2.60/5 Celkem 5 Hodnocení |
Vývojář | Steve Green |
Typ Platby | free |
Podporované Jazyky | 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" ] } |