FullscreenEverything

Fullscreen everything in your browser's web page

Что такое FullscreenEverything?

FullscreenEverything - это расширение Chrome, разработанное xieby123, и его основная функция - "Fullscreen everything in your browser's web page".

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

screenshot

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

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

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

                        F11 key allows you to fullscreen whole web page. If you want to fullscreen arbitrary elements on a web page, try FullscreenEverything!

Usage:
* click FullscreenEverything to enter the selecting mode
* in selecting mode, the element will be highlighted when the cursor hovers on it
* in selecting mode, by clicking the highlighted element to fullscreen it
* in selecting mode, press the Esc key to exit without fullscreen anything                    

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

Название FullscreenEverything FullscreenEverything
ID kiedhcacbjgbgfbllgmjinlefkjhkjdl
Официальный URL https://chromewebstore.google.com/detail/fullscreeneverything/kiedhcacbjgbgfbllgmjinlefkjhkjdl
Описание Fullscreen everything in your browser's web page
Размер файла 21.15 KB
Количество установок 59
Текущая Версия 0.1.0
Последнее Обновление 2022-07-15
Дата публикации 2022-07-14
Разработчик xieby123
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/FullscreenEverything/FullscreenEverything
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FullscreenEverything",
    "version": "0.1.0",
    "description": "Fullscreen everything in your browser's web page",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_title": "Click to activate"
    },
    "background": {
        "service_worker": "main.js"
    },
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    }
}