Circle Screenshot

Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages

Circle Screenshot란 무엇입니까?

Circle Screenshot은(는) https://circlereader.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages"입니다.

확장 프로그램 스크린샷

screenshot

Circle Screenshot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The smallest clever and lightweight screenshot tool has no other function except cutting the whole web page                    

확장 프로그램 기본 정보

이름 Circle Screenshot Circle Screenshot
ID bkkkofmilenhmllncomknceafibcpgkc
공식 URL https://chromewebstore.google.com/detail/circle-screenshot/bkkkofmilenhmllncomknceafibcpgkc
설명 Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages
파일 크기 653 KB
설치 횟수 2,557
현재 버전 1.1.2
최근 업데이트 2022-07-07
출시 날짜 2021-09-08
평점 4.00/5 총 4 개의 평점
개발자 https://circlereader.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://circlereader.com/screenshot
도움말 페이지 URL https://support.qq.com/products/349357
개인정보 보호 정책 페이지 URL http://circlereader.com/privacy
지원되는 언어 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "background": {
        "scripts": [
            "worker.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "options_page": "option.html",
    "homepage_url": "http:\/\/circlereader.com\/screenshot",
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "widget\/*.css"
    ]
}