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
Eメール [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
}