Scratch Fullscreen
Actual Fullscreen feature for Scratch (scratch.mit.edu)
Vad är Scratch Fullscreen?
Scratch Fullscreen är en Chrome-tillägg utvecklad av TeramotoDaiki, och dess huvudfunktion är "Actual Fullscreen feature for Scratch (scratch.mit.edu)".
Tilläggsskärmbilder
Ladda ner Scratch Fullscreen-förlängningens CRX-fil
Ladda ner Scratch Fullscreen-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
Unofficial extension for Scrath (scratch.mit.edu). It makes possible actual (browser native) fullscreen mode. Grundläggande Information om Tillägg
| Namn | |
| ID | gihphjdlkigognnhkankfjcclijhadpe |
| Officiell webbadress | https://chromewebstore.google.com/detail/scratch-fullscreen/gihphjdlkigognnhkankfjcclijhadpe |
| Beskrivning | Actual Fullscreen feature for Scratch (scratch.mit.edu) |
| Filstorlek | 14.97 KB |
| Antal Installationer | 1,630 |
| Aktuell Version | 3 |
| Senast Uppdaterad | 2020-08-28 |
| Publiceringsdatum | 2020-08-19 |
| Betyg | 2.76/5 Totalt 17 Betyg |
| Utvecklare | TeramotoDaiki |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/teramotodaiki/scratch-fullscreen |
| Hjälpsida URL | https://github.com/teramotodaiki/scratch-fullscreen/issues |
| Stödda Språk | 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
}
]
} | |