XKCD Substitutions

Change words to make stories more interesting.

Vad är XKCD Substitutions?

XKCD Substitutions är en Chrome-tillägg utvecklad av Jamhead, och dess huvudfunktion är "Change words to make stories more interesting.".

Tilläggsskärmbilder

screenshot

Ladda ner XKCD Substitutions-förlängningens CRX-fil

Ladda ner XKCD Substitutions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Based on the xkcd post http://xkcd.com/1288/

This automatically makes stories "more interesting" on any page you load. 

If you like this extension, you may find my grammer nazi sniper extension interesting!
https://chrome.google.com/webstore/detail/grammar-nazi-sniper/jfmcccckobkegdpemjgekhbcnjemdaed                    

Grundläggande Information om Tillägg

Namn XKCD Substitutions XKCD Substitutions
ID lbinmfmfmffgamcaljgbfajbcnokjedd
Officiell webbadress https://chrome.google.com/webstore/detail/xkcd-substitutions/lbinmfmfmffgamcaljgbfajbcnokjedd
Beskrivning Change words to make stories more interesting.
Filstorlek 67.69 KB
Antal Installationer 20
Aktuell Version 1.0.1
Senast Uppdaterad 2013-11-10
Publiceringsdatum 2013-11-10
Utvecklare Jamhead
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XKCD Substitutions",
    "short_name": "xkcd subs",
    "description": "Change words to make stories more interesting.",
    "version": "1.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "wordChanger.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}