Zoom for Twitter®
Allows for zooming of images on twitter®
Was ist Zoom for Twitter®?
Zoom for Twitter® ist eine Chrome-Erweiterung, die von Olumide entwickelt wurde, und ihr Hauptmerkmal ist "Allows for zooming of images on twitter®".
Erweiterungsscreenshots
Zoom for Twitter®-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zoom for Twitter®-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nnpfigodphdaapfmkbgmkljndjckkegk |
| Offizielle URL | https://chromewebstore.google.com/detail/zoom-for-twitter%C2%AE/nnpfigodphdaapfmkbgmkljndjckkegk |
| Beschreibung | Allows for zooming of images on twitter® |
| Dateigröße | 38.42 KB |
| Installationsanzahl | 2,544 |
| Aktuelle Version | 2.0.0.1 |
| Letztes Update | 2020-04-14 |
| Veröffentlichungsdatum | 2020-04-08 |
| Bewertung | 3.60/5 Insgesamt 20 Bewertungen |
| Entwickler | Olumide |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |