Test Screenshot Extension
Demonstrate screenshot functionality in the chrome.tabs api.
什么是Test Screenshot Extension?
Test Screenshot Extension是由https://c-ev.com开发的Chrome扩展程序,该扩展的主要功能是“Demonstrate screenshot functionality in the chrome.tabs api.”。
下载Test Screenshot Extension扩展crx文件
下载Test Screenshot Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows to create sceenshots
扩展基本信息
名称 | |
ID | ingdionndoopkgjhhfociobjglhdhegl |
官方URL | https://chromewebstore.google.com/detail/test-screenshot-extension/ingdionndoopkgjhhfociobjglhdhegl |
简介 | Demonstrate screenshot functionality in the chrome.tabs api. |
文件大小 | 6.83 KB |
安装次数 | 40 |
当前版本 | 1.3 |
更新时间 | 2017-02-28 |
上架时间 | 2017-02-27 |
开发者 | https://c-ev.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Test Screenshot Extension", "version": "1.3", "description": "Demonstrate screenshot functionality in the chrome.tabs api.", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "camera.png", "default_title": "Take a screen shot!" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*" ], "manifest_version": 2, "content_scripts": [ { "matches": [ " |