Zoom for Twitter®

Allows for zooming of images on twitter®

Zoom for Twitter®とは何ですか?

Zoom for Twitter®はOlumideによって開発されたChromeの拡張機能で、その主な機能は「Allows for zooming of images on twitter®」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Zoom for Twitter®拡張機能のCRXファイルをダウンロード

Zoom for Twitter®拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Zoom for Twitter® Zoom for Twitter®
ID nnpfigodphdaapfmkbgmkljndjckkegk
公式URL https://chromewebstore.google.com/detail/zoom-for-twitter%C2%AE/nnpfigodphdaapfmkbgmkljndjckkegk
説明 Allows for zooming of images on twitter®
ファイルサイズ 38.42 KB
インストール数 2,544
現在のバージョン 2.0.0.1
最終更新日 2020-04-14
公開日 2020-04-08
評価 3.60/5 合計 20 レビュー
開発者 Olumide
支払い方法 free
対応言語 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"
}