2016 Chrome Extension

2016 Chrome Extension. Allows Zooming, clipboard delegate for the ckeditor, and take screenshots of the current tab.

什么是2016 Chrome Extension?

2016 Chrome Extension是由Vamsi Prattipati开发的Chrome扩展程序,该扩展的主要功能是“2016 Chrome Extension. Allows Zooming, clipboard delegate for the ckeditor, and take screenshots of the current tab.”。

下载2016 Chrome Extension扩展crx文件

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

扩展使用说明

                        Perform browser Zoom via javascript.
Paste contents of the clipboard into text area via javascript.
Takes a screenshot of the current tab when required.
Native Messaging capability added.                    

扩展基本信息

名称 2016 Chrome Extension 2016 Chrome Extension
ID ndodnejafgcccclmngjjembbonekkbdo
官方URL https://chromewebstore.google.com/detail/2016-chrome-extension/ndodnejafgcccclmngjjembbonekkbdo
简介 2016 Chrome Extension. Allows Zooming, clipboard delegate for the ckeditor, and take screenshots of the current tab.
文件大小 10.01 KB
安装次数 162
当前版本 1.1.32
更新时间 2015-11-13
上架时间 2015-11-13
评分 5.00/5 共3次评分
开发者 Vamsi Prattipati
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2016 Chrome Extension",
    "permissions": [
        "management",
        "tabs",
        "storage",
        "clipboardRead",
        "nativeMessaging",
        ""
    ],
    "description": "2016 Chrome Extension. Allows Zooming, clipboard delegate for the ckeditor, and take screenshots of the current tab.",
    "version": "1.1.32",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.naepims.org\/*",
            "*:\/\/localhost:*\/*",
            "*:\/\/192.168.15.2:*\/*",
            "*:\/\/515-pc:*\/*",
            "*:\/\/513-pc:*\/*",
            "*:\/\/499-pc:*\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js",
                "fs-content-script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "fs-background.js"
        ],
        "persistent": false
    }
}