Scratch Fullscreen
Actual Fullscreen feature for Scratch (scratch.mit.edu)
Co to jest Scratch Fullscreen?
Scratch Fullscreen to rozszerzenie Chrome opracowane przez TeramotoDaiki, a jego główną funkcją jest „Actual Fullscreen feature for Scratch (scratch.mit.edu)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Scratch Fullscreen
Pobierz pliki rozszerzeń Scratch Fullscreen 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
Unofficial extension for Scrath (scratch.mit.edu). It makes possible actual (browser native) fullscreen mode. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gihphjdlkigognnhkankfjcclijhadpe |
| Oficjalny URL | https://chromewebstore.google.com/detail/scratch-fullscreen/gihphjdlkigognnhkankfjcclijhadpe |
| Opis | Actual Fullscreen feature for Scratch (scratch.mit.edu) |
| Rozmiar pliku | 14.97 KB |
| Liczba instalacji | 1,630 |
| Aktualna Wersja | 3 |
| Ostatnia Aktualizacja | 2020-08-28 |
| Data Publikacji | 2020-08-19 |
| Ocena | 2.76/5 Łącznie 17 Oceny |
| Deweloper | TeramotoDaiki |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/teramotodaiki/scratch-fullscreen |
| Adres URL Strony Pomocy | https://github.com/teramotodaiki/scratch-fullscreen/issues |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Scratch Fullscreen",
"description": "Actual Fullscreen feature for Scratch (scratch.mit.edu)",
"version": "3",
"author": "Teramoto Daiki",
"short_name": "Scratch Fullscreen",
"icons": {
"16": "icons\/i16.png",
"48": "icons\/i48.png",
"128": "icons\/i128.png"
},
"minimum_chrome_version": "45",
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/scratch.mit.edu\/*"
],
"all_frames": true
}
]
} | |