Circle Screenshot

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

Apa itu Circle Screenshot?

Circle Screenshot adalah ekstensi Chrome yang dikembangkan oleh https://circlereader.com, dan fitur utamanya adalah "Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Circle Screenshot

Unduh file ekstensi Circle Screenshot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Circle Screenshot Circle Screenshot
ID bkkkofmilenhmllncomknceafibcpgkc
URL Resmi https://chromewebstore.google.com/detail/circle-screenshot/bkkkofmilenhmllncomknceafibcpgkc
Deskripsi Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages
Ukuran File 653 KB
Jumlah Instalasi 2,557
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2022-07-07
Tanggal Publikasi 2021-09-08
Penilaian 4.00/5 Total 4 Penilaian
Pengembang https://circlereader.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://circlereader.com/screenshot
URL Halaman Bantuan https://support.qq.com/products/349357
URL Halaman Kebijakan Privasi http://circlereader.com/privacy
Bahasa yang Didukung 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"
    ]
}