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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}