Circle Screenshot

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

Что такое Circle Screenshot?

Circle Screenshot - это расширение Chrome, разработанное https://circlereader.com, и его основная функция - "Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Circle Screenshot

Скачайте файлы расширений Circle Screenshot в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Circle Screenshot Circle Screenshot
ID bkkkofmilenhmllncomknceafibcpgkc
Официальный URL https://chromewebstore.google.com/detail/circle-screenshot/bkkkofmilenhmllncomknceafibcpgkc
Описание Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages
Размер файла 653 KB
Количество установок 2,557
Текущая Версия 1.1.2
Последнее Обновление 2022-07-07
Дата публикации 2021-09-08
Рейтинг 4.00/5 Всего 4 оценок
Разработчик https://circlereader.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://circlereader.com/screenshot
URL страницы помощи https://support.qq.com/products/349357
URL страницы политики конфиденциальности http://circlereader.com/privacy
Поддерживаемые языки 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"
    ]
}