https://github.com/paulcoding810/MyExtensions
Collection of my extensions
https://github.com/paulcoding810/MyExtensions
Last synced: 9 months ago
JSON representation
Collection of my extensions
- Host: GitHub
- URL: https://github.com/paulcoding810/MyExtensions
- Owner: paulcoding810
- Archived: true
- Created: 2021-09-05T01:08:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T05:16:19.000Z (over 3 years ago)
- Last Synced: 2025-02-21T09:46:30.184Z (10 months ago)
- Language: JavaScript
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# My Extensions
## PostmanCtrlW
- avoid mistake `Ctrl+W` on Postman page
- allow to add other pages from option
- _notice: must combine hotkey in setting/extension/hotkey because chrome not allow to overwrite Ctr+W in extension_
## HookScript
- use `chrome.webRequestBlocking` to redirect origin resources to modified resources.
- sync to firebase.
## SupperFormatter
- Beautify js file.
## ReadLater
- a clone of Reading list feature, sync through firebase, auth with chrome account.
- save group of relevant urls .
- _notice: must combine hotkey in setting/extension/hotkey because chrome not allow to overwrite Ctr+B in extension_
## SuperInject
- mannually inject scripts to page, not like tampermonkey, it keeps script in window context, that means function, object, variable,... can be recalled from the console.
- automatically inject css to page.
## KeyShortcut
- list all current window tabs and save2json
- dublicate current active tab
- shortcut to open selected text in new tab.
- Fake CtrW
- _notice: must combine hotkey in setting/extension/hotkey because chrome not allow to overwrite some shortcuts._