https://github.com/tinacious/base-layers-chrome
Chrome extension for toggling the Base Layers grid
https://github.com/tinacious/base-layers-chrome
chrome-extension css
Last synced: about 1 month ago
JSON representation
Chrome extension for toggling the Base Layers grid
- Host: GitHub
- URL: https://github.com/tinacious/base-layers-chrome
- Owner: tinacious
- License: mit
- Created: 2020-09-14T08:25:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-19T22:23:54.000Z (over 1 year ago)
- Last Synced: 2025-06-17T09:07:03.579Z (12 months ago)
- Topics: chrome-extension, css
- Language: JavaScript
- Homepage:
- Size: 843 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Base Layers Grid Chrome extension
> Put a grid on it

This Chrome extension is for use with the [Base Layers](https://github.com/tinacious/base-layers) Sass framework.

Just click on the tank top to put a grid on it.
Get it from the [Google Chrome Web Store](https://chrome.google.com/webstore/detail/base-layers/fhkhleopmmdiokahobpnchddheokcldd).

## Installation
1. Download the source code by clicking the Download button at the top right
2. Open Chrome's Extension management page
3. Turn on Developer Mode at the top right if it isn't on already
4. Click "Load unpacked extension"
5. Find this directory and load it in. The root of the directory needs to have the `manifest.json` file
## Distribution
The following command bundles the Chrome extension and includes only the necessary files for distribution:
```sh
./bundle.sh
```
## Changelog
| Version | Changes |
| :------ | :----------------------------------------------------------------------------------------------------------- |
| 0.2.2 | Support manifest v3 |
| 0.2.1 | [Width fix](https://github.com/tinacious/base-layers-chrome/commit/5e2ed1c8a94860da40a82b8a01aeae3094c9dd83) |
| 0.1.0 | Initial release 🚀 |