Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla/side-view
An experiment with opening mobile views of pages in the sidebar
https://github.com/mozilla/side-view
Last synced: 1 day ago
JSON representation
An experiment with opening mobile views of pages in the sidebar
- Host: GitHub
- URL: https://github.com/mozilla/side-view
- Owner: mozilla
- License: mpl-2.0
- Created: 2018-01-30T21:27:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T21:14:56.000Z (about 1 month ago)
- Last Synced: 2024-10-30T00:47:52.441Z (18 days ago)
- Language: JavaScript
- Size: 920 KB
- Stars: 189
- Watchers: 21
- Forks: 41
- Open Issues: 93
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Side View
An experiment with opening mobile views of pages in the sidebar.
[**Install from addons.mozilla.org**](https://addons.mozilla.org/en-US/firefox/addon/side-view/)
## Installing
Use `npm install`, then `npm start`.
## Installing manually
Check out the repository. Go to `about:debugging` in Firefox, and select **Load Temporary Add-on**. Select a file in the `addon/` directory.
Or: install [`web-ext`](https://github.com/mozilla/web-ext) (like `npm i -g web-ext`) and run `web-ext run -s addon/ --browser-console -f nightly`
## Using
This adds a context menu item: **Open in sidebar** or **Open link in sidebar**. Select that, and the sidebar will be opened with a mobile view of the page.
## Credits
[Anthony_f](https://addons.mozilla.org/en-US/firefox/user/Anthony_f/)'s [Sidebar for Google Search](https://addons.mozilla.org/en-US/firefox/addon/sidebar-for-google-search/) inspired this add-on's approach.