Awesome View Source Button

Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.

What is Awesome View Source Button?

Awesome View Source Button is a Chrome extension developed by https://upway2late.com, and its main feature is "Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Awesome View Source Button Extension CRX File

Download Awesome View Source Button 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

                        Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.                    

Extension Basic Information

Name Awesome View Source Button Awesome View Source Button
ID hofjicknmidhbhmflllmmdaihmmggphg
Official URL https://chromewebstore.google.com/detail/awesome-view-source-butto/hofjicknmidhbhmflllmmdaihmmggphg
Description Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.
File Size 34.1 KB
Installation Count 960
Current Version 1.2.0.0
Last Updated 2016-09-22
Publish Date 2016-09-22
Rating 3.38/5 Total 13 Ratings
Developer https://upway2late.com
Email [email protected]
Payment Type free
Extension Website http://www.upway2late.com/projects/buttons-project
Help Page URL http://www.upway2late.com/projects/buttons-project
Privacy Policy Page URL http://www.upway2late.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome View Source Button",
    "version": "1.2.0.0",
    "description": "Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.",
    "icons": {
        "16": "viewSource_16.png",
        "48": "viewSource_48.png",
        "128": "viewSource_128.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "viewSource_19.png",
        "default_title": "Awesome View Source Button"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}