Quick View-Source

Views source for selected links

What is Quick View-Source?

Quick View-Source is a Chrome extension developed by Peter Bork, and its main feature is "Views source for selected links".

Download Quick View-Source Extension CRX File

Download Quick View-Source extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Quick View-Source Quick View-Source
ID ddjnpbldidodbjafbgafgiglblfdgeka
Official URL https://chrome.google.com/webstore/detail/ddjnpbldidodbjafbgafgiglblfdgeka
Description Views source for selected links
File Size 5.23 KB
Installation Count 33
Current Version 1.0
Last Updated 2016-09-23
Publish Date 2016-09-23
Rating 5.00/5 Total 1 Ratings
Developer Peter Bork
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick View-Source",
    "short_name": "QVS",
    "description": "Views source for selected links",
    "version": "1.0",
    "minimum_chrome_version": "38",
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "icons": {
        "16": "assets\/search.png"
    },
    "background": {
        "page": "background.html"
    }
}