FullscreenEverything

Fullscreen everything in your browser's web page

FullscreenEverythingとは何ですか?

FullscreenEverythingはxieby123によって開発されたChromeの拡張機能で、その主な機能は「Fullscreen everything in your browser's web page」です。

拡張機能のスクリーンショット

screenshot

FullscreenEverything拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}