Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmen committed Oct 3, 2023
1 parent d4e84f8 commit 531bfd1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Dmitry Menovschikov
Copyright (c) 2023 Dmitry Menovshchikov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Simple extensions manager for Google Chrome
# Simple extension manager for Google Chrome

Just allows to turn on/off your extensions. Vanilla JavaScript without third-party libs.

Expand All @@ -11,8 +11,8 @@ Just allows to turn on/off your extensions. Vanilla JavaScript without third-par

## Installation

1. Clone the repository
2. Open Google Chrome. Go to chrome://extensions/
1. Clone the repository or download/unpack archive
2. In Google Chrome go to chrome://extensions/
3. Enable "Developer mode"
4. Click "Load unpacked" (just pick up repo folder)
5. Disable "Developer mode"
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Simple extensions manager",
"short_name": "Extensions manager",
"name": "Simple extension manager",
"short_name": "Extension manager",
"description": "Just allows you to turn on/off your extensions",
"version": "0.1.0",
"icons": {
Expand All @@ -12,7 +12,7 @@
"action": {
"default_popup": "index.html",
"default_icon": "images/icon-32x32.png",
"default_title": "Extensions manager"
"default_title": "Extension manager"
},
"permissions": [
"management"
Expand Down

0 comments on commit 531bfd1

Please sign in to comment.