Circle Screenshot

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

What is Circle Screenshot?

Circle Screenshot is a Chrome extension developed by https://circlereader.com, and its main feature is "Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages".

Extension Screenshots

screenshot

Download Circle Screenshot Extension CRX File

Download Circle Screenshot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Circle Screenshot Circle Screenshot
ID bkkkofmilenhmllncomknceafibcpgkc
Official URL https://chromewebstore.google.com/detail/circle-screenshot/bkkkofmilenhmllncomknceafibcpgkc
Description Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages
File Size 653 KB
Installation Count 2,557
Current Version 1.1.2
Last Updated 2022-07-07
Publish Date 2021-09-08
Rating 4.00/5 Total 4 Ratings
Developer https://circlereader.com
Email [email protected]
Payment Type free
Extension Website http://circlereader.com/screenshot
Help Page URL https://support.qq.com/products/349357
Privacy Policy Page URL http://circlereader.com/privacy
Supported Languages 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"
    ]
}