One Key Full Screen

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

Co to jest One Key Full Screen?

One Key Full Screen to rozszerzenie Chrome opracowane przez Kerwin Che, a jego główną funkcją jest „Full screen with one click on the button and not need any permission.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia One Key Full Screen

Pobierz pliki rozszerzeń One Key Full Screen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa One Key Full Screen One Key Full Screen
ID mggglpiplgkfcmbpnfdibgcncjfclbgc
Oficjalny URL https://chromewebstore.google.com/detail/one-key-full-screen/mggglpiplgkfcmbpnfdibgcncjfclbgc
Opis Full screen with one click on the button and not need any permission.
Rozmiar pliku 9.35 KB
Liczba instalacji 741
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2015-03-01
Data Publikacji 2015-02-28
Ocena 3.73/5 Łącznie 15 Oceny
Deweloper Kerwin Che
Typ Płatności free
Obsługiwane Języki 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"
}