FullscreenEverything

Fullscreen everything in your browser's web page

Apa itu FullscreenEverything?

FullscreenEverything adalah ekstensi Chrome yang dikembangkan oleh xieby123, dan fitur utamanya adalah "Fullscreen everything in your browser's web page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FullscreenEverything

Unduh file ekstensi FullscreenEverything dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama FullscreenEverything FullscreenEverything
ID kiedhcacbjgbgfbllgmjinlefkjhkjdl
URL Resmi https://chromewebstore.google.com/detail/fullscreeneverything/kiedhcacbjgbgfbllgmjinlefkjhkjdl
Deskripsi Fullscreen everything in your browser's web page
Ukuran File 21.15 KB
Jumlah Instalasi 59
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2022-07-15
Tanggal Publikasi 2022-07-14
Pengembang xieby123
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/FullscreenEverything/FullscreenEverything
Bahasa yang Didukung 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"
    }
}