Skip to content

Commit 4dda7f7

Browse files
committed
2 parents 76c6838 + 6a63ec0 commit 4dda7f7

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ We're a browser extension for the Scratch website that makes Scratch look, work,
3939
There are multiple ways of installing.
4040
- Chrome: You can download from Chrome [here](https://chrome.google.com/webstore/detail/scratchtools/jjnpbalpllpfdpgplpbcbadkgdmleopm). Then just press the Add to Chrome button, and you've downloaded ScratchTools!
4141
- Firefox/Mozilla: You can download for Firefox [here](https://addons.mozilla.org/en-US/firefox/addon/scratchtools/). You can then just add it to Firefox, and then you have ScratchTools!
42+
> [!NOTE]
43+
> The Firefox version of Scratchtools is behind compared to the chrome version of Scratchtools due to technical difficulties. Until a solution is found, the Firefox version will remain behind.
44+
4245
- Microsoft edge: You can download for Edge [here](https://microsoftedge.microsoft.com/addons/detail/scratchtools/aaidjeidbnhpjhblbianjeghjopbimmk). You can then just add it to Edge, and then you have ScratchTools!
4346
- Safari (macOS, iPadOS and iOS): You can build the extension by typing `make` for macOS, and `make ios` for the iOS app (you will have to sign it on Xcode), make sure you have enabled Developer mode and allowed unsigned extensions.
4447
- GitHub: Download from GitHub [here](https://github.com/STForScratch/ScratchTools/zipball/master). If it downloads a `.zip` file, unpack it. Then, with the folder, go to `chrome://extensions`, make sure you have developer mode enabled (switch in the top right corner), and drag the downloaded folder onto the page. Make sure you've disabled other versions of ScratchTools.

extras/feature-locales/en.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

features/better-trending-thumbnails/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"title": "Larger Thumbnails",
3-
"description": "Updates thumbnails on the trending and search pages to be larger and better fit the project box.",
3+
"description": "Updates thumbnails on the trending and search pages to be larger and better fit the project/studio box.",
44
"credits": [
55
{ "username": "MaterArc", "url": "https://scratch.mit.edu/users/MaterArc/" }
66
],

features/better-trending-thumbnails/style.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,18 @@
1515
.thumbnail.project {
1616
position: relative;
1717
}
18+
19+
.grid .thumbnail.gallery .thumbnail-image img {
20+
position: absolute;
21+
top: 0;
22+
bottom: 0;
23+
left:0;
24+
width: 100% !important;
25+
width: 100% !important;
26+
border-bottom-right-radius: 0px !important;
27+
border-bottom-left-radius: 0px !important;
28+
}
29+
30+
.thumbnail.gallery {
31+
position: relative;
32+
}

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "__MSG_extName__",
33
"short_name": "ScratchTools",
44
"manifest_version": 3,
5-
"version": "3.4.0",
6-
"version_name": "3.4.0",
5+
"version": "3.5.0",
6+
"version_name": "3.5.0-beta",
77
"default_locale": "en",
88
"description": "__MSG_extDescription__",
99
"author": "rgantzos",

0 commit comments

Comments
 (0)