One Key Full Screen

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

Vad är One Key Full Screen?

One Key Full Screen är en Chrome-tillägg utvecklad av Kerwin Che, och dess huvudfunktion är "Full screen with one click on the button and not need any permission.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner One Key Full Screen-förlängningens CRX-fil

Ladda ner One Key Full Screen-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn One Key Full Screen One Key Full Screen
ID mggglpiplgkfcmbpnfdibgcncjfclbgc
Officiell webbadress https://chromewebstore.google.com/detail/one-key-full-screen/mggglpiplgkfcmbpnfdibgcncjfclbgc
Beskrivning Full screen with one click on the button and not need any permission.
Filstorlek 9.35 KB
Antal Installationer 741
Aktuell Version 1.0.0
Senast Uppdaterad 2015-03-01
Publiceringsdatum 2015-02-28
Betyg 3.73/5 Totalt 15 Betyg
Utvecklare Kerwin Che
Betalningssätt free
Stödda Språk 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"
}