All Projects → flysteur-dev → snapsite

flysteur-dev / snapsite

Licence: other
The easiest way to get website internal / customers feedbacks (WebExtensions)

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to snapsite

Downzemall
DownZemAll! is a download manager for Windows, MacOS and Linux
Stars: ✭ 157 (+1208.33%)
Mutual labels:  webextensions
webextensions-history-browser
🕘 Browse your firefox history like a boss.
Stars: ✭ 19 (+58.33%)
Mutual labels:  webextensions
transmitter
A WebExtension for the Transmission BitTorrent client
Stars: ✭ 72 (+500%)
Mutual labels:  webextensions
Treestyletab
Tree Style Tab, Show tabs like a tree.
Stars: ✭ 2,438 (+20216.67%)
Mutual labels:  webextensions
Bukubrow Webext
WebExtension for Buku
Stars: ✭ 240 (+1900%)
Mutual labels:  webextensions
tst-bookmarks-subpanel
This is a Firefox addon providing the "Bookmarks" subpanel for Tree Style Tab.
Stars: ✭ 14 (+16.67%)
Mutual labels:  webextensions
Css Feature Toggle Devtools Extension
A devtools extension for toggling CSS features allowing developers to see how pages/apps render in browsers that don't support modern CSS features
Stars: ✭ 138 (+1050%)
Mutual labels:  webextensions
Wordology
A WebExtensions browser extension for aiding language learning.
Stars: ✭ 19 (+58.33%)
Mutual labels:  webextensions
Webextensions Examples
Example Firefox add-ons created using the WebExtensions API
Stars: ✭ 3,050 (+25316.67%)
Mutual labels:  webextensions
newhackbar
A sitebar that helps pentesters to perform manual web security testing inside their browser. This addon is written in webextension and alternatives to the XUL version of original Hackbar.
Stars: ✭ 42 (+250%)
Mutual labels:  webextensions
Smartproxy
Firefox/Chrome browser extension. SmartProxy will automatically enable/disable proxy for the sites you visit, based on customizable patterns.
Stars: ✭ 199 (+1558.33%)
Mutual labels:  webextensions
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (+1291.67%)
Mutual labels:  webextensions
browser-extensions-book
The free book `Browser Extensions book`, by yours truly. Momentarily stale.
Stars: ✭ 100 (+733.33%)
Mutual labels:  webextensions
Addon
ClearURLs is an add-on based on the new WebExtensions technology and will automatically remove tracking elements from URLs to help protect your privacy.
Stars: ✭ 161 (+1241.67%)
Mutual labels:  webextensions
laravel-youtrack-sdk
Laravel wrapper for the YouTrack PHP Software Development Kit provides set of tools to interact with JetBrains YouTrack.
Stars: ✭ 17 (+41.67%)
Mutual labels:  bugtracker
Patchfox
A client for scuttlebutt network as a Firefox WebExtension
Stars: ✭ 142 (+1083.33%)
Mutual labels:  webextensions
quickjira
🚤 📂 Quickly access the JIRA of your choice by typing the ticket id
Stars: ✭ 65 (+441.67%)
Mutual labels:  webextensions
SixIndicator
SixIndicator is a WebExtension Plugin which indicates via an icon, if you are viewing the website with IPv6 or IPv4.
Stars: ✭ 17 (+41.67%)
Mutual labels:  webextensions
redirectbypasser
Avoid redirects and has direct access to the sites you want to visit.
Stars: ✭ 23 (+91.67%)
Mutual labels:  webextensions
man-in-the-middle
Modify requests, inject JavaScript and CSS into pages
Stars: ✭ 74 (+516.67%)
Mutual labels:  webextensions

SnapSite (website)

This extension / library provide a bridge between webpage and browser extension, to capture the current webpage.

Useful to add a bug tracking tool inside your webpage during your internal development, or to get customers feedbacks.

Browsers compatibility:

  • Chrome >= 20
  • Firefox >= 47
  • Safari >= 8
  • Opera (soon)
  • Edge (soon)

Features:

  • Capture webpage content to clipboard using browser action
  • Useragent cannot be spoofed
  • Send screenshot as base64 through snapsite lib

Stores:

  • Chrome : link
  • Firefox : link
  • Safari : (packaged binary) link

Example:

  • Start server
    • python -m SimpleHTTPServer
  • Go to 127.0.0.1:8080/example.html
  • Click on "Try me"
  • If the port is already used, try again with an extra parameter
    • python -m SimpleHTTPServer 8180

Documentation:

https://flysteur-dev.github.io/snapsite/

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].