Circle Screenshot

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

Wat is Circle Screenshot?

Circle Screenshot is een Chrome-extensie ontwikkeld door https://circlereader.com, en de belangrijkste functie is "Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Circle Screenshot

Download Circle Screenshot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Circle Screenshot Circle Screenshot
ID bkkkofmilenhmllncomknceafibcpgkc
Officiële URL https://chromewebstore.google.com/detail/circle-screenshot/bkkkofmilenhmllncomknceafibcpgkc
Beschrijving Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages
Bestandsgrootte 653 KB
Aantal Installaties 2,557
Huidige Versie 1.1.2
Laatst Bijgewerkt 2022-07-07
Publicatiedatum 2021-09-08
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://circlereader.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://circlereader.com/screenshot
Help Pagina-URL https://support.qq.com/products/349357
URL van de Privacybeleid Pagina http://circlereader.com/privacy
Ondersteunde Talen 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"
    ]
}