xkcd Substitutions Plus

Substitutions that make reading the news more fun.

Vad är xkcd Substitutions Plus?

xkcd Substitutions Plus är en Chrome-tillägg utvecklad av Ido, och dess huvudfunktion är "Substitutions that make reading the news more fun.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner xkcd Substitutions Plus-förlängningens CRX-fil

Ladda ner xkcd Substitutions Plus-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

                        - Add your own substitutions! (Options page)
- Switch the extension on/off

version 3.0
- Added an option to substitute word parts (and not only complete words). This option also support non-English word substitution.

version 2.7
- Some bugs fixed (on/off not saved).
- Fixed performance issue. 

You are welcome to contact me with bug reports and new feature requests!

Credit to xkcd.com/1288                    

Grundläggande Information om Tillägg

Namn xkcd Substitutions Plus xkcd Substitutions Plus
ID oppfdcfjocbkhcakmfhenlgimjmoohid
Officiell webbadress https://chrome.google.com/webstore/detail/xkcd-substitutions-plus/oppfdcfjocbkhcakmfhenlgimjmoohid
Beskrivning Substitutions that make reading the news more fun.
Filstorlek 31.76 KB
Antal Installationer 92
Aktuell Version 3.0
Senast Uppdaterad 2019-06-30
Publiceringsdatum 2019-06-30
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare Ido
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://app.loadmill.com/assets/privacy-policy.pdf
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xkcd Substitutions Plus",
    "description": "Substitutions that make reading the news more fun.",
    "version": "3.0",
    "icons": {
        "16": "images\/black_hat16.png",
        "48": "images\/black_hat48.png",
        "128": "images\/black_hat128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_title": "xkcd: Substitutions+",
        "default_icon": {
            "19": "images\/black_hat19.png",
            "38": "images\/black_hat38.png"
        }
    }
}