Scratchpad од A Kistler
Replacement for the JavaScript Scratchpad editor removed in Firefox 72
93 корисника93 корисника
Метаподаци додатка
Снимци екрана
О овом додатку
WARNING: FF 152 broke this extension. Fixes are in progress. Temporary function can be restored by setting
Scratchpad provides an environment to experiment with JavaScript in Firefox. The item on the browser's Tools menu opens one or more separate windows which allow writing and running code that interacts with the active tab in the topmost window, in either the normal page context or Scratchpad's content context for the tab (with some limits) or in Scratchpad's background context.
Scratchpad uses CodeMirror 5, Copyright © Marijn Haverbeke and others. CodeMirror is released under the MIT License.
extensions.webextensions.allow_executeScript_in_moz_extension to true in about:config.Scratchpad provides an environment to experiment with JavaScript in Firefox. The item on the browser's Tools menu opens one or more separate windows which allow writing and running code that interacts with the active tab in the topmost window, in either the normal page context or Scratchpad's content context for the tab (with some limits) or in Scratchpad's background context.
Scratchpad uses CodeMirror 5, Copyright © Marijn Haverbeke and others. CodeMirror is released under the MIT License.
Оцењено са 4,2 од стране 5 рецензената
Овлашћења и подаци
Потребна овлашћења:
- Преузимање датотека, читање и измена историје преузимања
- Приступ подацима за све веб странице
Необавезна овлашћења:
- Прочитајте и измените ознаке
- Прочитајте и измените подешавања прегледача
- Преузимање података из оставе
- Унос података у оставу
- Отварање датотека преузетих на рачунар
- Прочитајте текст из свих отворених језичака
- Приступи вашој локацији
- Приступи историји прегледања
- Покажите обавештења
- Сакријте и прикажите језичке прегледача
- Приступи језичцима прегледача
- Приступи историји прегледања
- Приступи радњама прегледача приликом навигације
Више информација
- Везе додатка
- Издање
- 0.7.1
- Величина
- 216,71 KB
- Последњи пут ажурирано
- pre 2 godine (17. dec. 2024.)
- Повезане категорије
- Дозвола
- Јавна дозвола Mozilla 2.0
- Историјат издања
- Додај у збирку
- "Open File ..." is really upload (i.e., load from disk).
- "Save" and "Save As ..." are really download (i.e., save to disk). Scratchpad uses the Downloads permission for this reason. The extension Downloads API provides more functionality than HTML download, like feedback on whether the "save" was successful or not.
- Scratchpad uses the Menus permission to add an item to the Tools menu.
- Scratchpad uses the Storage permission to persist user preferences over time.
- Scratchpad uses the <all_urls> permission to access all sources in all tabs to inject JavaScript, its core function.
- Users can enable optional permissions as necessary for the code they write and run in Scratchpad.
Users who have Google Safe Browsing enabled will have network activity when saving files. Scratchpad itself never makes any network connection and sends no information anywhere. Users who don't wish to use Google Safe Browsing can disable it in the "Privacy & Security" tab of Firefox settings under "Deceptive Content and Dangerous Software Protection."In no particular order, features I currently intend to add eventually include:
- More CodeMirror features enabled (The extension validator rejects a lot of it, so there could be some patching involved.)
- Per-scratchpad settings
From the statistics pages, the oldest FF versions seen as users: