Zoom for Twitter®
Allows for zooming of images on twitter®
Cos'è Zoom for Twitter®?
Zoom for Twitter® è un'estensione di Chrome sviluppata da Olumide, e la sua funzione principale è "Allows for zooming of images on twitter®".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Zoom for Twitter®
Scarica i file di estensione Zoom for Twitter® 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
Updated to work with the new twitter layout! This extension allows you to zoom-in on twitter gallery pictures and photos. It allows you to zoom-in up to 50 times the current size. The level of zoom is controlled by scrolling in the zoomed picture.
Informazioni di Base sull'Estensione
Nome | Zoom for Twitter® |
ID | nnpfigodphdaapfmkbgmkljndjckkegk |
URL Ufficiale | https://chromewebstore.google.com/detail/zoom-for-twitter%C2%AE/nnpfigodphdaapfmkbgmkljndjckkegk |
Descrizione | Allows for zooming of images on twitter® |
Dimensione del File | 38.42 KB |
Conteggio Installazioni | 2,544 |
Versione Corrente | 2.0.0.1 |
Ultimo Aggiornamento | 2020-04-14 |
Data di Pubblicazione | 2020-04-08 |
Valutazione | 3.60/5 Totale 20 Valutazioni |
Sviluppatore | Olumide |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "zoom.js" ], "css": [ "css\/zoom.css" ], "matches": [ "*:\/\/twitter.com\/*" ], "run_at": "document_end" } ], "description": "Allows for zooming of images on twitter\u00ae", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2, "name": "Zoom for Twitter\u00ae", "short_name": "Zoom", "version": "2.0.0.1" } |