Circle Screenshot

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

Circle Screenshot là gì?

Circle Screenshot là một tiện ích mở rộng Chrome được phát triển bởi https://circlereader.com, và tính năng chính của nó là "Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Circle Screenshot

Tải xuống các tệp mở rộng Circle Screenshot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Circle Screenshot Circle Screenshot
ID bkkkofmilenhmllncomknceafibcpgkc
URL Chính Thức https://chromewebstore.google.com/detail/circle-screenshot/bkkkofmilenhmllncomknceafibcpgkc
Mô tả Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages
Kích Thước Tệp 653 KB
Số Lần Cài Đặt 2,557
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2022-07-07
Ngày Phát Hành 2021-09-08
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://circlereader.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://circlereader.com/screenshot
URL Trang Trợ Giúp https://support.qq.com/products/349357
URL Trang Chính Sách Bảo Mật http://circlereader.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}