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.

什么是Awesome View Source Button?

Awesome View Source Button是由https://upway2late.com开发的Chrome扩展程序,该扩展的主要功能是“Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.”。

扩展截图

screenshot
screenshot
screenshot

下载Awesome View Source Button扩展crx文件

下载Awesome View Source Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Awesome View Source Button Awesome View Source Button
ID hofjicknmidhbhmflllmmdaihmmggphg
官方URL https://chromewebstore.google.com/detail/awesome-view-source-butto/hofjicknmidhbhmflllmmdaihmmggphg
简介 Awesome button to view the source in a new window or tab. If the source is already open, that tab is selected.
文件大小 34.1 KB
安装次数 960
当前版本 1.2.0.0
更新时间 2016-09-22
上架时间 2016-09-22
评分 3.38/5 共13次评分
开发者 https://upway2late.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.upway2late.com/projects/buttons-project
帮助页面URL http://www.upway2late.com/projects/buttons-project
隐私政策页面URL http://www.upway2late.com
支持的语言 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
}