Computub Screenshotter

The best way to screenshot your browser

什么是Computub Screenshotter?

Computub Screenshotter是由https://computub.com开发的Chrome扩展程序,该扩展的主要功能是“The best way to screenshot your browser”。

扩展截图

screenshot
screenshot
screenshot

下载Computub Screenshotter扩展crx文件

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

扩展使用说明

                        Computub Screenshotter is a modern and easy way to take a screenshot of any open tab! Just click the camera icon in the top left of your screen to preview your image, and then press the "Download" button to save the image on your computer.

Computub Screenshotter enables you to easily share your screenshot on social media, and the internet by providing you with a full jpeg image file right in your downloads folder.                    

扩展基本信息

名称 Computub Screenshotter Computub Screenshotter
ID ihehfgffeinmbnahpbgecfopcjonejih
官方URL https://chromewebstore.google.com/detail/computub-screenshotter/ihehfgffeinmbnahpbgecfopcjonejih
简介 The best way to screenshot your browser
文件大小 55.69 KB
安装次数 131
当前版本 2.2
更新时间 2020-07-10
上架时间 2020-04-02
评分 5.00/5 共3次评分
开发者 https://computub.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://computub.com/apps
隐私政策页面URL https://bandev.uk/privacy
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Computub Screenshotter",
    "version": "2.2",
    "description": "The best way to screenshot your browser",
    "offline_enabled": false,
    "homepage_url": "https:\/\/computub.com",
    "icons": {
        "16": "camera.png",
        "24": "camera.png",
        "32": "camera.png",
        "48": "camera.png",
        "128": "camera.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "camera.png",
        "default_title": "Screenshot!"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}