Circle Screenshot

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

Co je Circle Screenshot?

Circle Screenshot je rozšíření Chrome vyvinuté https://circlereader.com, a jeho hlavní funkcí je „Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Circle Screenshot

Stáhněte si soubory rozšíření Circle Screenshot ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Circle Screenshot Circle Screenshot
ID bkkkofmilenhmllncomknceafibcpgkc
Oficiální URL https://chromewebstore.google.com/detail/circle-screenshot/bkkkofmilenhmllncomknceafibcpgkc
Popis Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages
Velikost souboru 653 KB
Počet instalací 2,557
Aktuální Verze 1.1.2
Poslední Aktualizace 2022-07-07
Datum Vydání 2021-09-08
Hodnocení 4.00/5 Celkem 4 Hodnocení
Vývojář https://circlereader.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://circlereader.com/screenshot
URL Stránky Nápovědy https://support.qq.com/products/349357
URL Stránky Zásad Ochrany Soukromí http://circlereader.com/privacy
Podporované Jazyky 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"
    ]
}