Enlarger
Enlarger helps you enlarge and shrink text blocks, videos, images and more
Cos'è Enlarger?
Enlarger è un'estensione di Chrome sviluppata da Steve Green, e la sua funzione principale è "Enlarger helps you enlarge and shrink text blocks, videos, images and more".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Enlarger
Scarica i file di estensione Enlarger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | iligolpooaapomjpkgephfeoiihnoocm |
URL Ufficiale | https://chrome.google.com/webstore/detail/enlarger/iligolpooaapomjpkgephfeoiihnoocm |
Descrizione | Enlarger helps you enlarge and shrink text blocks, videos, images and more |
Dimensione del File | 29.21 KB |
Conteggio Installazioni | 79 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2014-09-10 |
Data di Pubblicazione | 2014-09-10 |
Valutazione | 2.60/5 Totale 5 Valutazioni |
Sviluppatore | Steve Green |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |