An open API service indexing awesome lists of open source software.

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

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._