An experiment with opening mobile views of pages in the sidebar
Перейти к файлу
Jared Hirsch 433e591750
Merge pull request #470 from willdurand/fix-462
Open the sidebar when installation is completed
2024-10-16 16:33:13 -04:00
.circleci Tweak .circleci/config.yml 2018-03-01 16:05:15 -06:00
addon Merge pull request #470 from willdurand/fix-462 2024-10-16 16:33:13 -04:00
docs Remove Test Pilot and SHIELD code 2019-01-23 14:59:15 -06:00
.eslintignore Add web-ext-artifacts to .eslintignore file 2018-04-17 09:51:23 -07:00
.eslintrc.js Remove warnings for console.error etc 2018-03-02 12:33:54 -06:00
.gitignore Shield Telemetry (#341) 2018-10-10 16:57:04 -05:00
.stylelintrc add more css 2018-03-03 16:58:31 -06:00
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file 2019-03-29 23:48:19 -07:00
LICENSE Initial commit 2018-01-30 15:27:50 -06:00
README.md Remove Test Pilot and SHIELD code 2019-01-23 14:59:15 -06:00
package-lock.json Update addons-linter 2024-10-16 21:13:50 +02:00
package.json Update addons-linter 2024-10-16 21:13:50 +02:00

README.md

Side View

An experiment with opening mobile views of pages in the sidebar.

Install from addons.mozilla.org

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 (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's Sidebar for Google Search inspired this add-on's approach.