Pinned Repositories
AddonSettings
A tiny wrapper around the browse storage APIs for getting an setting.
AddonTemplate
A template for WebExtensions, so you can quickly start with one…
AutomaticSettings
A simple module that allows you to specify your add-on settings in HTML-only, so you can focus on adding settings and not care about how to load and save them.
BrowserCommunication
A tiny wrapper around the browser.runtime.onMessage, so you have a message type.
common
TinyWebEx modules and common add-on files for my add-on(-related) projects.
EnvironmentDetector
EnvironmentDetector
Localizer
A tiny library that translates your HTML file with the WebExtension translation system.
MessageHandler
A handler for showing customizable, hidable notification messages in your add-on.
PermissionRequest
Helper module to interactively request permission from the user on a static page.
RandomTips
Shows a random non obstrusive tip to the user under some constraints.
TinyWebEx's Repositories
TinyWebEx/AutomaticSettings
A simple module that allows you to specify your add-on settings in HTML-only, so you can focus on adding settings and not care about how to load and save them.
TinyWebEx/common
TinyWebEx modules and common add-on files for my add-on(-related) projects.
TinyWebEx/AddonTemplate
A template for WebExtensions, so you can quickly start with one…
TinyWebEx/AddonSettings
A tiny wrapper around the browse storage APIs for getting an setting.
TinyWebEx/Localizer
A tiny library that translates your HTML file with the WebExtension translation system.
TinyWebEx/BrowserCommunication
A tiny wrapper around the browser.runtime.onMessage, so you have a message type.
TinyWebEx/EnvironmentDetector
EnvironmentDetector
TinyWebEx/PermissionRequest
Helper module to interactively request permission from the user on a static page.
TinyWebEx/RandomTips
Shows a random non obstrusive tip to the user under some constraints.
TinyWebEx/MessageHandler
A handler for showing customizable, hidable notification messages in your add-on.
TinyWebEx/BrowserCompat
Browser compatibility helpers to make it easier to develop cross-browser extensions WebExtensions
TinyWebEx/CommonCss
Some common CSS elements for all TinyWebExtension modules/extensions
TinyWebEx/lodash
A modern JavaScript utility library delivering modularity, performance, & extras.
TinyWebEx/Logger
Console logging module that makes logging easier and adjustable.
TinyWebEx/TestHelper
Small modules that help to write (unit) tests faster/easier…
TinyWebEx/TextModification
TinyWebEx/TinyWebEx-UnitTests
Combined repo of all unit tests for all TinyWebEx modules