Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/almirjnr/language-selector-browser-extension
A firefox extension for finding language selection options
https://github.com/almirjnr/language-selector-browser-extension
firefox-addon firefox-extension typescript
Last synced: 14 days ago
JSON representation
A firefox extension for finding language selection options
- Host: GitHub
- URL: https://github.com/almirjnr/language-selector-browser-extension
- Owner: AlmirJNR
- Created: 2024-05-19T02:11:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-10T21:45:30.000Z (8 months ago)
- Last Synced: 2024-11-19T04:29:43.306Z (3 months ago)
- Topics: firefox-addon, firefox-extension, typescript
- Language: TypeScript
- Homepage:
- Size: 407 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Language Selector
# Build
1. Run `npm i`
2. Run `npm run build`# Development
1. Run `npm run dev -- START_URL`
- example values for START_URL:
- https://www.freecodecamp.org/learn
- https://learn.microsoft.com/en-us/training/# Installation
1. Open Firefox
2. Go to this url: [about:config](about:config)
3. Search for `xpinstall.signatures.required` and change to `false`
4. Go to this url: [about:addons](about:addons)
5. Go to `Extensions`
6. Click on the `Gear` icon
7. Click on `Install Add-on From File...`
8. Select the `.zip` file located in the folder [web-ext-artifacts](/web-ext-artifacts)# Usage
1. Open Firefox
2. Go to [learn microsoft](https://learn.microsoft.com/en-us/)
3. There are two usage options:
- Right-click on the page, and you should see the option to change your language
- Click on the extension icon, and you should see the option to change your language