ScratchTools for Scratch
ScratchTools is fully customizable with tons of features, all for making the Scratch website better and easier to use!
ScratchTools for Scratch란 무엇입니까?
ScratchTools for Scratch은(는) https://scratchtools.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ScratchTools is fully customizable with tons of features, all for making the Scratch website better and easier to use!"입니다.
확장 프로그램 스크린샷
ScratchTools for Scratch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With tons of awesome features that YOU can customize, ScratchTools is centered around your needs, and what makes Scratch easier and more efficient for you. Here are some community favorites: Website features: - Hide Generic Projects from Trending - Custom Website Font - Project Timer - Nicknames - Unlisted Projects Editor features: - Search Context Menus - Collapse Scripts - Individual Sprite Clone Counter - More Paint Editor Fonts - Pause Audio Remember, there's much, much more, and even more to come! That's ScratchTools.
확장 프로그램 기본 정보
이름 | ScratchTools for Scratch |
ID | jjnpbalpllpfdpgplpbcbadkgdmleopm |
공식 URL | https://chromewebstore.google.com/detail/scratchtools-for-scratch/jjnpbalpllpfdpgplpbcbadkgdmleopm |
설명 | ScratchTools is fully customizable with tons of features, all for making the Scratch website better and easier to use! |
파일 크기 | 7.49 MB |
설치 횟수 | 13,554 |
현재 버전 | 3.6.1 |
최근 업데이트 | 2024-01-15 |
출시 날짜 | 2022-02-26 |
평점 | 4.28/5 총 43 개의 평점 |
개발자 | https://scratchtools.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://scratchtools.app |
도움말 페이지 URL | https://discord.gg/rwAs5jDrTQ |
개인정보 보호 정책 페이지 URL | https://docs.scratchtools.app/docs/privacy-policy |
지원되는 언어 | en,tr,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "ScratchTools", "manifest_version": 3, "version": "3.6.1", "version_name": "3.6.1", "default_locale": "en", "description": "__MSG_extDescription__", "author": "rgantzos", "background": { "service_worker": "\/extras\/background.js" }, "permissions": [ "scripting", "storage", "alarms" ], "action": { "default_icon": "\/extras\/icons\/icon48.png", "default_popup": "\/extras\/popup\/popup.html", "default_title": "ScratchTools" }, "icons": { "16": "\/extras\/icons\/icon16.png", "48": "\/extras\/icons\/icon48.png", "128": "\/extras\/icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/scratch.mit.edu\/*" ], "run_at": "document_start", "js": [ "extras\/inject-styles.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "features\/*", "\/extras\/feature\/index.html", "\/api\/*", "\/extras\/icons\/*" ], "matches": [ "https:\/\/scratch.mit.edu\/*" ] } ], "host_permissions": [ "https:\/\/scratch.mit.edu\/" ], "optional_host_permissions": [ "https:\/\/api.scratch.mit.edu\/" ], "browser_specific_settings": { "gecko": { "id": "[email protected]", "strict_min_version": "42.0" } }, "externally_connectable": { "matches": [ "https:\/\/scratch.mit.edu\/*" ] }, "options_ui": { "page": "extras\/index.html", "open_in_tab": true }, "homepage_url": "https:\/\/scratchtools.app" } |