Google View Image - Viewpix

View & Download Google images in one click. Bring back Google's "view image" button

Google View Image - Viewpixとは何ですか?

Google View Image - Viewpixはhttp://viewpix.coによって開発されたChromeの拡張機能で、その主な機能は「View & Download Google images in one click. Bring back Google's "view image" button」です。

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

screenshot
screenshot

Google View Image - Viewpix拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Viewpix allows you to bring back the "view image" button from google.

Here is the summary of the features-
 - view image
 - download image
 - download multiple images
 - clean interface
 - integrated design
 - select image quality (coming soon)

Privacy Policy - http://viewpix.co/privacy_policy.html                    

拡張機能の基本情報

名前 Google View Image - Viewpix Google View Image - Viewpix
ID kikihdapidjhcbedbbmgnkdhgmboejki
公式URL https://chrome.google.com/webstore/detail/google-view-image-viewpix/kikihdapidjhcbedbbmgnkdhgmboejki
説明 View & Download Google images in one click. Bring back Google's "view image" button
ファイルサイズ 89.83 KB
インストール数 355
現在のバージョン 0.24
最終更新日 2018-03-19
公開日 2018-03-19
評価 4.13/5 合計 16 レビュー
開発者 http://viewpix.co
Eメール [email protected]
支払い方法 free
ヘルプページのURL http://viewpix.co/privacy_policy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google View Image - Viewpix",
    "short_name": "Viewpix for Google Images",
    "description": "View & Download Google images in one click. Bring back Google's \"view image\" button   ",
    "version": "0.24",
    "icons": {
        "16": "viewpixicon16.png",
        "48": "viewpixicon48.png",
        "128": "viewpixicon128.png",
        "256": "viewpixicon256.png"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.inonapp.in\/ https:\/\/*.viewpix.co; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "bootstrap.min.js",
                "content.js"
            ],
            "run_at": "document_end",
            "css": [
                "content.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "viewpixicon64.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "web_accessible_resources": []
}