All Projects → firephp → Firephp For Browser Devtools

firephp / Firephp For Browser Devtools

FirePHP for Browser Developer Tools (Web Extension)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Firephp For Browser Devtools

Mouse Dictionary
📘A super fast dictionary for Chrome/Firefox
Stars: ✭ 670 (+1617.95%)
Mutual labels:  chrome-extension, firefox-extension
Nsfw Filter
🚀 A Google Chrome / Firefox extension that blocks NSFW images from the web pages that you load using TensorFlow JS.
Stars: ✭ 984 (+2423.08%)
Mutual labels:  chrome-extension, firefox-extension
Raspberrycast
📺 Transform your Raspberry Pi into a streaming device. Videos can be sent from mobile devices or computers (Chrome extension).
Stars: ✭ 726 (+1761.54%)
Mutual labels:  chrome-extension, firefox-extension
Web Search Navigator
Chrome/Firefox extension that adds keyboard shortcuts to Google, YouTube, Github, Amazon, and others
Stars: ✭ 532 (+1264.1%)
Mutual labels:  chrome-extension, firefox-extension
Passff
zx2c4 pass manager extension for Firefox, Chrome and Opera
Stars: ✭ 937 (+2302.56%)
Mutual labels:  chrome-extension, firefox-extension
Rust Search Extension
🦀 The ultimate search extension for Rust
Stars: ✭ 540 (+1284.62%)
Mutual labels:  chrome-extension, firefox-extension
Ping Blocker
Stop sites from tracking the links you visit through hyperlink auditing
Stars: ✭ 23 (-41.03%)
Mutual labels:  chrome-extension, firefox-extension
Simpread
简悦 ( SimpRead ) - 让你瞬间进入沉浸式阅读的扩展
Stars: ✭ 5,352 (+13623.08%)
Mutual labels:  chrome-extension, firefox-extension
Google Music Hotkeys
Browser extension that adds keyboard control to Google / YouTube Music
Stars: ✭ 25 (-35.9%)
Mutual labels:  chrome-extension, firefox-extension
Browser Extension
SimpleLogin Chrome/ Firefox extension
Stars: ✭ 25 (-35.9%)
Mutual labels:  chrome-extension, firefox-extension
Prometheus Formatter
Browser extension which makes plain Prometheus metrics easier to read
Stars: ✭ 34 (-12.82%)
Mutual labels:  chrome-extension, firefox-extension
Template Browser Extension
A browser extension starter for Chrome and Firefox
Stars: ✭ 28 (-28.21%)
Mutual labels:  chrome-extension, firefox-extension
Search By Image
Browser extension for reverse image search, available for Edge, Chrome and Firefox
Stars: ✭ 500 (+1182.05%)
Mutual labels:  chrome-extension, firefox-extension
Premid
🧬 Source code of the PreMiD application.
Stars: ✭ 621 (+1492.31%)
Mutual labels:  chrome-extension, firefox-extension
Markdown Viewer
Markdown Viewer / Browser Extension
Stars: ✭ 497 (+1174.36%)
Mutual labels:  chrome-extension, firefox-extension
Ublacklist
Blocks specific sites from appearing in Google search results
Stars: ✭ 798 (+1946.15%)
Mutual labels:  chrome-extension, firefox-extension
Browser Addon
Kee adds free, secure and easy password management features to your browser which save time and keep your private data more secure.
Stars: ✭ 386 (+889.74%)
Mutual labels:  chrome-extension, firefox-extension
Read Aloud
An awesome browser extension that reads aloud webpage content with one click
Stars: ✭ 444 (+1038.46%)
Mutual labels:  chrome-extension, firefox-extension
Ghostery Extension
Ghostery Browser Extension for Firefox, Chrome, Opera and Edge
Stars: ✭ 922 (+2264.1%)
Mutual labels:  chrome-extension, firefox-extension
Toster Tools
Расширение для сайта toster.ru
Stars: ✭ 11 (-71.79%)
Mutual labels:  chrome-extension, firefox-extension

FirePHP Logo

FirePHP for Browser Developer Tools Build

This project holds the FirePHP Tool in the form of a Browser Extension compatible with:

Log from PHP to Browser Developer Tools via HTTP Response Headers.

Supported protocols:

For a list of supported server libraries see http://firephp.org.

Preview

Code   Panel

Install

Published

Local

Source

Requirements (tested on macOS):

  • bash 4 - GNU Bash
  • nvm - Node Version Manager

Build from source:

nvm use 14.2.0
npm install
npm run build

Load unpacked Addon from dist/firephp.build.*/ into Firefox, Chrome or Brave.

Run from source:

Status: DEV - The development experience is still work in progress!

nvm use 14.2.0
npm install
npm run dev

Notes for build reviewers

Release

  1. Increment major, minor, or patch version in package.json
  2. To preview, push branch and verify build (will append [<branch>] to extension name/version)
  3. To release, merge to master, git tag v<version> and push (will build a release for distribution and upload to releases)
  4. Download releases
  5. Upload to https://addons.mozilla.org/en-US/developers/
  6. Upload to https://chrome.google.com/u/2/webstore/devconsole

Provenance

Copyright © 2016-2020 Christoph Dorn. Licensed under the Open Software License (OSL 3.0). Contributions must be licensed under the Academic Free License (AFL 3.0). Learn about the OSL & AFL Licenses here.

Open Software License (OSL) 3.0

You are free to:
    Use Commercially, Distribute, Modify, Use Patents, Use Privately

Under the following terms:
    Disclose source, License and copyright notice, Network use is distribution, Same license

You cannot:
    Use trademark, Hold liable, Claim warranty
Academic Free License (AFL) 3.0

You are free to:
    Use Commercially, Distribute, Modify, Use Patents, Use Privately

Under the following terms:
    License and copyright notice

You cannot:
    Use trademark, Hold liable, Claim warranty

Well-crafted Contributions are Welcome.

INTENDED USE: The Logic and Code contained within forms a Developer Tool and is intended to operate as part of a Web Software Development Toolchain on which a Production System operates indirectly. It is NOT INTENDED FOR USE IN HIGH-LOAD ENVIRONMENTS as there is little focus on Runtime Optimization in order to maximize API Utility, Compatibility and Flexibility.

If you need more than what is contained within, study the Code, understand the Logic, and build your Own Implementation that is API Compatible. Share it with others who follow the same Logic and API Contract specified within. This Community of Users may want to use Your Work in their own Software Development Toolchains.

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