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
官方網址 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"
    }
}