https://github.com/hadialqattan/arabic-ms-forms-extension
A cross-browser extension to change the display language of Microsoft Forms to Arabic!
https://github.com/hadialqattan/arabic-ms-forms-extension
arabic-language browser-extension chrome-extension cross-browser edge-addon firefox-addon javascript
Last synced: about 1 month ago
JSON representation
A cross-browser extension to change the display language of Microsoft Forms to Arabic!
- Host: GitHub
- URL: https://github.com/hadialqattan/arabic-ms-forms-extension
- Owner: hadialqattan
- License: gpl-3.0
- Created: 2020-12-15T15:36:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-22T21:11:09.000Z (over 4 years ago)
- Last Synced: 2023-03-05T05:17:35.764Z (over 2 years ago)
- Topics: arabic-language, browser-extension, chrome-extension, cross-browser, edge-addon, firefox-addon, javascript
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ArabicMsForms
A cross-browser extension to change the display language of Microsoft Forms to Arabic!
Installation •
Usage •
Contributing •
FAQ •
License## Installation
- [Google Chrome Extensions WebStore](https://chrome.google.com/webstore/detail/arabicmsforms/ojkgdfdcnecnkndghddcpmdbbdedeocd)
- [Mozilla Firefox Add-ons Store](https://addons.mozilla.org/en-US/firefox/addon/arabicmsforms/)
- [Microsoft Edge Add-ons Store](https://microsoftedge.microsoft.com/addons/detail/arabicmsforms/anfogchmdlmfclgijpaljcnaceiameej)## Usage
After installing it, the extension will automatically add `lang=ar` to the proper Microsoft Forms' URLs.
To disable the extension from working for a certain amount of time, you only need to press its icon (the icon will appear in black & white), same for re-enabling.
## Contributing
Pull requests are welcome! For larger changes, especially structural ones, please open an issue first to discuss what you would like to change.
If you have a feature request, feel free to [open an issue](https://github.com/hadialqattan/arabic-ms-forms-extension/issues)!
## FAQ
### Why this exists?
My school tests are usually written in Arabic (RTL language) while I prefer to set my browser's language to English (which cause readability issues) while Microsoft Forms doesn't have an easy way to change its language, instead, I have to change the browser's language to change Microsoft Forms language!!!
After searching for a while I found [this official page](https://support.microsoft.com/en-us/office/language-settings-for-microsoft-forms-b282f9aa-0fe4-4290-b1e1-827a8a35ac27) says that I can change the interface language by adding a query param to the URL which is `lang=ar` (in my case), so I've created this extension to automate the process.
### Why you didn't create a popup panel to choose any language instead of hardcoding the Arabic?
That's why this is open source 😉.
## License
This project is licensed under a [GPLv3](./LICENSE) license.