tcrowe-webextension-https-only
minimal extension to force https with toggle on/off
Summary
| Latest Version | Unknown |
|---|---|
| License | Unknown |
| CI Status | Failing |
| Stars | 1 |
| Forks | 0 |
| Open Issues | 0 |
| Last Commit | 2021-08-08 |
| Downloads | 0 |
| Last Indexed | 2026-08-11 05:08 |
Installation
nimble install tcrowe-webextension-https-only
choosenim install tcrowe-webextension-https-only
git clone https://gitlab.com/tcrowe/tcrowe-webextension-https-only
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| tcrowe-webextension-https-only | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://gitlab.com/tcrowe/tcrowe-webextension-https-only |
|---|---|
| Homepage | https://gitlab.com/tcrowe/tcrowe-webextension-https-only |
| Registry Source | gitlab |
README
tcrowe-webextension-https-only
I wanted a very simple and compact way to enforce HTTPS.
Other extensions were very large in size with many dependencies. This one has dependencies to build it but none are included in the extension. It will be very understandable if you read through the source.
Develop and build
# download the repo
git clone https://gitlab.com/tcrowe/tcrowe-webextension-https-only.git
cd tcrowe-webextension-https-only
# install development dependencies
npm install
# watch for changes and rebuild in development mode
# includes sourcemaps
npm run dev
# build compact version for production
# minified without sourcemaps
npm run prd
Load ./dist into your browser.
For the future
- Pack extension for Chrome. Zip and sign the extension for distribution.
Confirmed working for
- Chromium v67