Screenshot Capture (Allstyls)

Screenshot Capture

什么是Screenshot Capture (Allstyls)?

Screenshot Capture (Allstyls)是由allstyls.powerbrand开发的Chrome扩展程序,该扩展的主要功能是“Screenshot Capture”。

扩展截图

下载Screenshot Capture (Allstyls)扩展crx文件

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

扩展使用说明

                        You are an right path to make your RFQ process simpler!
Go Ahead with Screenshot Capture by Allstyls, do sreenshot, screen capture videos and share with us. We will take care of the rest and provide you with detailed information of the products and related Trends.                    

扩展基本信息

名称 Screenshot Capture (Allstyls) Screenshot Capture (Allstyls)
ID llfgdgkpiegpfackencfgohgbehkebbj
官方URL https://chromewebstore.google.com/detail/screenshot-capture-allsty/llfgdgkpiegpfackencfgohgbehkebbj
简介 Screenshot Capture
文件大小 83.92 KB
安装次数 413
当前版本 1.7
更新时间 2018-06-01
上架时间 2018-06-01
开发者 allstyls.powerbrand
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.allstyls.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screenshot Capture (Allstyls)",
    "author": "Amrita Sharma",
    "version": "1.7",
    "manifest_version": 2,
    "minimum_chrome_version": "49",
    "description": "Screenshot Capture",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Screenshot Capture"
    },
    "options_page": "\/content\/options.html",
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/images\/Jcrop.gif",
        "\/images\/pixel.png"
    ],
    "commands": {
        "take-screenshot": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Take Screenshot"
        }
    },
    "icons": {
        "16": "images\/icon.png",
        "22": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "homepage_url": "https:\/\/www.allstyls.com",
    "permissions": [
        "storage",
        "activeTab"
    ]
}