Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki0805 committed Jun 9, 2023
1 parent c30662b commit abfb204
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

Tired of troublesome extensions causing browser havoc? Meet Pause-All-Extensions, the Chrome extension that empowers you with **one-click pausing of all extensions**. More:

- Effortlessly group and manage your extensions, granting instant control with a single click per group.
- Pause/unpause individual extensions in a breeze.
- Experience automation at its finest as groups automatically pause/unpause when visiting or leaving specific sites.
- Effortlessly group and manage your extensions, granting instant control with a single click per group.

## Warning

Expand All @@ -14,12 +13,9 @@ Tired of troublesome extensions causing browser havoc? Meet Pause-All-Extensions

https://developer.chrome.com/docs/extensions/reference/storage/#property-sync

- Group/ungroup extensions and one click to pause/unpause each group.
- Search bar for installed extensions.
- Order extensions by name
- Automatically pause/unpause groups of extensions when the user open/leave specific sites.
- Track MAX_WRITE_OPERATIONS_PER_MINUTE for storage.sync.set
- Track MAX_WRITE_OPERATIONS_PER_HOUR
- If extension num + group num > MAX_ITEMS
- Group set operations together

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pause-exts",
"version": "0.1.0",
"version": "1.2",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Pause All Extensions",
"version": "1.1",
"version": "1.2",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
Expand Down

0 comments on commit abfb204

Please sign in to comment.