All Projects → hypothesis → Browser Extension

hypothesis / Browser Extension

Licence: bsd-2-clause
The Hypothesis browser extensions.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Browser Extension

Duckduckgo Privacy Extension
DuckDuckGo Privacy Essentials browser extension for Firefox, Chrome.
Stars: ✭ 692 (+181.3%)
Mutual labels:  chrome, firefox, browser-extension
Fontanello
Because you have a weak spot for fonts
Stars: ✭ 85 (-65.45%)
Mutual labels:  chrome, firefox, browser-extension
Squashed Merge Message
Use Pull Request description as Squashed and Merged commit messages.
Stars: ✭ 34 (-86.18%)
Mutual labels:  chrome, firefox, browser-extension
Tracy
A tool designed to assist with finding all sinks and sources of a web application and display these results in a digestible manner.
Stars: ✭ 464 (+88.62%)
Mutual labels:  chrome, firefox, browser-extension
Synology Download Manager
An open source browser extension for adding/managing download tasks to your Synology DiskStation.
Stars: ✭ 138 (-43.9%)
Mutual labels:  chrome, firefox, browser-extension
Markdown Viewer
Markdown Viewer / Browser Extension
Stars: ✭ 497 (+102.03%)
Mutual labels:  chrome, firefox, browser-extension
Pfp
Manage your passwords easily and securely, via browser extension for Firefox, Chrome, Opera
Stars: ✭ 77 (-68.7%)
Mutual labels:  chrome, firefox, browser-extension
Hackbrowserdata
Decrypt passwords/cookies/history/bookmarks from the browser. 一款可全平台运行的浏览器数据导出解密工具。
Stars: ✭ 3,864 (+1470.73%)
Mutual labels:  chrome, firefox, browser-extension
Codenav
Better code navigation in github
Stars: ✭ 133 (-45.93%)
Mutual labels:  chrome, firefox, browser-extension
Urql Devtools
A tool for monitoring and debugging urql during development
Stars: ✭ 131 (-46.75%)
Mutual labels:  chrome, firefox, browser-extension
Octotree
Browser extension that enhances GitHub code review and exploration. You can download Octotree for your browser from our website.
Stars: ✭ 21,726 (+8731.71%)
Mutual labels:  chrome, firefox, browser-extension
Ad Detector
Detects articles with corporate sponsors.
Stars: ✭ 194 (-21.14%)
Mutual labels:  chrome, firefox, browser-extension
Extanalysis
Browser Extension Analysis Framework - Scan, Analyze Chrome, firefox and Brave extensions for vulnerabilities and intels
Stars: ✭ 351 (+42.68%)
Mutual labels:  chrome, firefox, browser-extension
News Feed Eradicator
A browser extension that deletes your news feed and replaces it with a nice quote
Stars: ✭ 690 (+180.49%)
Mutual labels:  chrome, firefox, browser-extension
Jjb
一个帮助你自动申请京东价格保护的chrome拓展
Stars: ✭ 3,083 (+1153.25%)
Mutual labels:  chrome, firefox, browser-extension
Octopatcher
Arrgh Some Patchy Goodness to GitHub!
Stars: ✭ 49 (-80.08%)
Mutual labels:  chrome, firefox, browser-extension
Useragent Switcher
A User-Agent spoofer browser extension that is highly configurable
Stars: ✭ 261 (+6.1%)
Mutual labels:  chrome, firefox, browser-extension
Sputnik
Open Source Intelligence Browser Extension
Stars: ✭ 119 (-51.63%)
Mutual labels:  chrome, firefox, browser-extension
Azure Mask
A browser extension (Chrome, Firefox) that toggles concealment of sensitive information found in the Azure Portal web page such as Subscription Id's
Stars: ✭ 189 (-23.17%)
Mutual labels:  chrome, firefox, browser-extension
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (-32.11%)
Mutual labels:  chrome, firefox, browser-extension

Hypothesis browser extension(s)

BSD licensed

The Hypothesis browser extensions allow you to annotate web documents using your Hypothesis account.

Screenshot of Hypothesis client

Choose your browser below

Chrome Firefox
Chrome Firefox
Now available In development

Development

The code for the extensions is in the src/ directory, and can be built into a browser extension by running:

make build

Once this is done you should be able to load the build/ directory as an unpacked extension.

The extension code has a test suite, which you can run using:

make test

Note that the browser extensions are for the most part just a wrapper around the Hypothesis client. Depending on what you're interested in working on, you may need to check out the client repository too. If you do that, you can get the browser extension repository to use your checked-out client repository by running

yarn link

in the client repository, and then

yarn link hypothesis

in the browser-extension repository. After that, a call to make build will use the built client from the client repository. Please consult the client's documentation for instructions on building the client in a development environment.

Tip: To unlink your dev browser extension from your dev client run yarn unlink hypothesis in your browser extension directory (see the yarn uninstall docs).

See Building the extension for more information.

Community

Join us on Slack for discussion. Please see our contact page for details of how to register.

For help using the extension, please see our Help pages.

If you'd like to contribute to the project, you should consider subscribing to the development mailing list, where we can help you plan your contributions.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

The Hypothesis browser extensions are released under the 2-Clause BSD License, sometimes referred to as the "Simplified BSD License". Some third-party components are included. They are subject to their own licenses. All of the license information can be found in the included LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].