One Key Full Screen

Full screen with one click on the button and not need any permission.

什麼是One Key Full Screen?

One Key Full Screen是由Kerwin Che開發的Chrome擴展程式,該擴展的主要功能是“Full screen with one click on the button and not need any permission.”。

擴展截圖

screenshot
screenshot

下載One Key Full Screen擴展crx文件

下載One Key Full Screen擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Full screen with one click on the button and not need any permission.                    

擴展基本資訊

名稱 One Key Full Screen One Key Full Screen
ID mggglpiplgkfcmbpnfdibgcncjfclbgc
官方網址 https://chromewebstore.google.com/detail/one-key-full-screen/mggglpiplgkfcmbpnfdibgcncjfclbgc
簡介 Full screen with one click on the button and not need any permission.
檔案大小 9.35 KB
安裝次數 741
目前版本 1.0.0
更新時間 2015-03-01
上架時間 2015-02-28
評分 3.73/5 共 15 次評分
開發者 Kerwin Che
付費類型 free
支援的語言 en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extDescription__"
    },
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "background": {
        "page": "background.html"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [],
    "version": "1.0.0"
}