Zoom for Twitter®

Allows for zooming of images on twitter®

Qu'est-ce que Zoom for Twitter® ?

Zoom for Twitter® est une extension Chrome développée par Olumide, et sa fonction principale est "Allows for zooming of images on twitter®".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Zoom for Twitter®

Téléchargez les fichiers d'extension Zoom for Twitter® au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Zoom for Twitter® Zoom for Twitter®
ID nnpfigodphdaapfmkbgmkljndjckkegk
URL Officiel https://chromewebstore.google.com/detail/zoom-for-twitter%C2%AE/nnpfigodphdaapfmkbgmkljndjckkegk
Description Allows for zooming of images on twitter®
Taille du Fichier 38.42 KB
Nombre d'Installations 2,544
Version Actuelle 2.0.0.1
Dernière Mise à Jour 2020-04-14
Date de Publication 2020-04-08
Évaluation 3.60/5 Total 20 Évaluations
Développeur Olumide
Type de Paiement free
Langues Prises en Charge 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"
}