Releases: Ruud14/Page-Manipulator
Releases · Ruud14/Page-Manipulator
Page-Manipulator version 0.5.5 alpha
Changed
- Fixed #32 .
Page-Manipulator version 0.5.4 alpha
Changed
- Fixed bug that prevented two JavaScript files from being injected into the same page.
Page-Manipulator version 0.5.3 alpha
Changes
- Switched to manifest V3. Manifest V3 does not allow injecting JavaScript like manifest V2 used to. To still enable user-written JavaScript injections, an element with event listeners is added to the page. User-written JavaScript can be sent to the event listener which will then inject the code into the page. This is somewhat of a hacky workaround but it works.
Page-Manipulator version 0.5.2 alpha
Changes
- Removed unused
'tabs'
permission frommanifest.json
to prevent the extension from being taken down again.
Page-Manipulator version 0.5.1 alpha
New Functionalities
- Fixed bug that opened the wrong file after closing a file.
Page-Manipulator version 0.5.0 alpha
New Functionalities
- Filenames can now be changed.
- Updated extension icons.
- The extension now shows a message on pages that can't be manipulated rather than disabling the extension. This hopefully fixes the issue where the extension would unexpectedly close and couldn't be opened again.
- The type of the current file is now shown in the sidebar.
- Open file tabs expand just like Chrome tabs do.
- Added information, bug report, and donation buttons.
- Files in the menu are now greyed out if their 'active' checkbox is set to false.
- After deleting a file, the editor of the next open file will be opened rather than the main menu.
- The extension opens with 300% zoom rather than 100% when it is opened for the first time.
- Fixed bug that didn't allow the last file to be deleted.
Page-Manipulator version 0.4.0 alpha
New Functionalities
- Added option to automatically reload after removing a manipulation.
- It is no longer possible to leave the 'active websites' textarea blank to apply a manipulation to all websites. Instead, you must now enter 'all' to apply a manipulation on all websites.
- Added a warning that prevents checking the 'active' checkbox without any active websites.
- Fixed a bug where the URL of a website inside 'active websites' had to end with a '/' for the manipulation to work.
- Fixed a bug that caused problems when updating the position of HTML manipulations.
- The 'On' and 'Off' badge now change when switching browser tabs.
Page-Manipulator version 0.3.1 alpha
New Functionalities
- Made the extension window resizeable.
- Fixed issues with saving large files. (Large files are now saved locally and Smaller files are saved across your Google account.)
- You no longer have to put 'https://' or 'http://' in front of every site in 'active sites'.
- Fixed bug regarding duplicate file names.
- Added a filename length of 50 characters.
- Fixed bug that allowed too many files to be opened.
- The code window is now automatically in focus after opening a file.
- Fixed the bug responsible for not saving the file settings after changing them.
Page-Manipulator version 0.2.0 alpha
New Functionalities
- Switched from a basic textarea to "Ace Editor": https://ace.c9.io/
- Added labels.
- Changed design.
- Bug Fixes.
Page-Manipulator version 0.1.0 alpha
Functionalities
- Have HTML, CSS and/or Javascript automatically added to all pages or the pages you specify.
- Run custom CSS Before the page is fully loaded so you won't see the origial page first.
- Inject Javascript on the go.
- Add/Remove/Change the HTML and CSS on the go.
- Right click on any element on a page to get the full CSS path.
- Automatically save and sync scripts you make.