Circle Screenshot

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

Co to jest Circle Screenshot?

Circle Screenshot to rozszerzenie Chrome opracowane przez https://circlereader.com, a jego główną funkcją jest „Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Circle Screenshot

Pobierz pliki rozszerzeń Circle Screenshot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Circle Screenshot Circle Screenshot
ID bkkkofmilenhmllncomknceafibcpgkc
Oficjalny URL https://chromewebstore.google.com/detail/circle-screenshot/bkkkofmilenhmllncomknceafibcpgkc
Opis Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages
Rozmiar pliku 653 KB
Liczba instalacji 2,557
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2022-07-07
Data Publikacji 2021-09-08
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper https://circlereader.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://circlereader.com/screenshot
Adres URL Strony Pomocy https://support.qq.com/products/349357
Adres URL Strony Polityki Prywatności http://circlereader.com/privacy
Obsługiwane Języki 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"
    ]
}