Image Quickviewer

This extension allows the user to view a full-size photo. Especially useful on Instagram.

Image Quickviewerとは何ですか?

Image Quickviewerはjmargolisvtによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to view a full-size photo. Especially useful on Instagram.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Ever want to see the full size image on Instagram?  Now you can!

This extension only does one thing: it follows the url for the image or video asset on an Instagram page.  To use it, just look at an image detail on Instagram (after you click an image in the feed, it appears in a modal) then click the Image Quickviewer button and your browser will take you to the full image or video asset. 

Depending on what the original image resolution is, you may or may not notice a big difference.  But it also makes it easier to right-click and download the image directly too.  You'll need to use your browser's back button to return to the list page.

Technically speaking, this button will navigate to the last image or first video on any page.  This isn't necessarily useful, but it works out great on Instagram (for now).  Enjoy!                    

拡張機能の基本情報

名前 Image Quickviewer Image Quickviewer
ID jedpdleonppfjpdoabogjbmjlbnekaip
公式URL https://chrome.google.com/webstore/detail/image-quickviewer/jedpdleonppfjpdoabogjbmjlbnekaip
説明 This extension allows the user to view a full-size photo. Especially useful on Instagram.
ファイルサイズ 6.18 KB
インストール数 378
現在のバージョン 1.0.1
最終更新日 2018-01-30
公開日 2018-01-30
評価 3.86/5 合計 7 レビュー
開発者 jmargolisvt
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Quickviewer",
    "description": "This extension allows the user to view a full-size photo.  Especially useful on Instagram.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "View full-size photo"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}