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文件

下載Circle Screenshot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Circle Screenshot Circle Screenshot
ID bkkkofmilenhmllncomknceafibcpgkc
官方網址 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"
    ]
}