Triggered

Always be triggered.

What is Triggered?

Triggered is a Chrome extension developed by Premysl Karbula, and its main feature is "Always be triggered.".

Extension Screenshots

screenshot

Download Triggered Extension CRX File

Download Triggered extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Don't ever forget to be triggered when on the internets. Because let's be real here; who doesn't love to be TRIGGERED all the time?

Ok, so what does it do: Highlights all words TRIGGERs detected on a page.                    

Extension Basic Information

Name Triggered Triggered
ID okmabpohjcjiapbmckdceognophlbhcp
Official URL https://chromewebstore.google.com/detail/triggered/okmabpohjcjiapbmckdceognophlbhcp
Description Always be triggered.
File Size 72.78 KB
Installation Count 22
Current Version 0.1
Last Updated 2017-01-10
Publish Date 2017-01-10
Rating 5.00/5 Total 1 Ratings
Developer Premysl Karbula
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Triggered",
    "description": "Always be triggered.",
    "version": "0.1",
    "author": "Premysl Karbula",
    "homepage_url": "https:\/\/github.com\/smuuf",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_128.png",
        "128": "icon_512.png"
    }
}