Enlarger
Enlarger helps you enlarge and shrink text blocks, videos, images and more
What is Enlarger?
Enlarger is a Chrome extension developed by Steve Green, and its main feature is "Enlarger helps you enlarge and shrink text blocks, videos, images and more".
Extension Screenshots
Download Enlarger Extension CRX File
Download Enlarger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | iligolpooaapomjpkgephfeoiihnoocm |
Official URL | https://chrome.google.com/webstore/detail/enlarger/iligolpooaapomjpkgephfeoiihnoocm |
Description | Enlarger helps you enlarge and shrink text blocks, videos, images and more |
File Size | 29.21 KB |
Installation Count | 79 |
Current Version | 1.2.1 |
Last Updated | 2014-09-10 |
Publish Date | 2014-09-10 |
Rating | 2.60/5 Total 5 Ratings |
Developer | Steve Green |
Payment Type | free |
Supported Languages | 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" ] } |