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
公式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
Eメール [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"
    ]
}