xkcd Substitutions Plus

Substitutions that make reading the news more fun.

Τι είναι το xkcd Substitutions Plus;

Το xkcd Substitutions Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ido, και η κύρια λειτουργία του είναι "Substitutions that make reading the news more fun.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης xkcd Substitutions Plus

Λήψη αρχείων επέκτασης xkcd Substitutions Plus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        - 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα xkcd Substitutions Plus xkcd Substitutions Plus
ID oppfdcfjocbkhcakmfhenlgimjmoohid
Επίσημο URL https://chrome.google.com/webstore/detail/xkcd-substitutions-plus/oppfdcfjocbkhcakmfhenlgimjmoohid
Περιγραφή Substitutions that make reading the news more fun.
Μέγεθος Αρχείου 31.76 KB
Αριθμός Εγκαταστάσεων 92
Τρέχουσα Έκδοση 3.0
Τελευταία Ενημέρωση 2019-06-30
Ημερομηνία Δημοσίευσης 2019-06-30
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής Ido
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://app.loadmill.com/assets/privacy-policy.pdf
Υποστηριζόμενες Γλώσσες 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"
        }
    }
}