Circle Screenshot

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

Cos'è Circle Screenshot?

Circle Screenshot è un'estensione di Chrome sviluppata da https://circlereader.com, e la sua funzione principale è "Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Circle Screenshot

Scarica i file di estensione Circle Screenshot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Circle Screenshot Circle Screenshot
ID bkkkofmilenhmllncomknceafibcpgkc
URL Ufficiale https://chromewebstore.google.com/detail/circle-screenshot/bkkkofmilenhmllncomknceafibcpgkc
Descrizione Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages
Dimensione del File 653 KB
Conteggio Installazioni 2,557
Versione Corrente 1.1.2
Ultimo Aggiornamento 2022-07-07
Data di Pubblicazione 2021-09-08
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://circlereader.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://circlereader.com/screenshot
URL della Pagina di Aiuto https://support.qq.com/products/349357
URL della Pagina della Politica sulla Privacy http://circlereader.com/privacy
Lingue Supportate 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"
    ]
}