Simple Image Viewer

Default image viewer with advanced functionality: rotating, fitting, moving.

Simple Image Viewerとは何ですか?

Simple Image ViewerはDoliman100によって開発されたChromeの拡張機能で、その主な機能は「Default image viewer with advanced functionality: rotating, fitting, moving.」です。

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

screenshot
screenshot
screenshot
screenshot

Simple Image Viewer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Features
* No false positives. Detects image tabs in the same way as the browser.
* No flicker. Loads before the default viewer.
* No appearance changes. It can be changed by other extensions.
* The fitting type changing stretches small images.
* Rotation around center.
* Window resizing centers the image.
* Zoom both to the window center and to the cursor.
* Integration into the default zoom system. Doesn't affect the page's origin.
* Panning uses scrollbars.
* Support for custom passive scrollbars.

Shortcuts
* [R] - Rotate CW 90 degrees
* [Shift]+[R] - Rotate CCW 90 degrees
* [1] - Actual size
* [2] - Fill (Cover)
* [3] - Fit
* [LMB drag] - Panning

You can report bugs on
https://github.com/Doliman100/Simple-Image-Viewer                    

拡張機能の基本情報

名前 Simple Image Viewer Simple Image Viewer
ID ohkbjcfpicefkagfejabhddfbmkeiojm
公式URL https://chromewebstore.google.com/detail/simple-image-viewer/ohkbjcfpicefkagfejabhddfbmkeiojm
説明 Default image viewer with advanced functionality: rotating, fitting, moving.
ファイルサイズ 8.91 KB
インストール数 615
現在のバージョン 3.0
最終更新日 2022-05-04
公開日 2019-08-12
評価 4.00/5 合計 7 レビュー
開発者 Doliman100
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Doliman100/Simple-Image-Viewer
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Default image viewer with advanced functionality: rotating, fitting, moving.",
    "homepage_url": "https:\/\/github.com\/Doliman100\/Simple-Image-Viewer",
    "manifest_version": 2,
    "name": "Simple Image Viewer",
    "offline_enabled": true,
    "permissions": [
        "management"
    ],
    "version": "3.0",
    "web_accessible_resources": [
        "script.js",
        "style.css"
    ]
}