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
官方網址 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
}