Yoda on the Web

Takes all the text in header tags and replaces them with how Master Yoda would speak it.

Τι είναι το Yoda on the Web;

Το Yoda on the Web είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον jon.norstrom, και η κύρια λειτουργία του είναι "Takes all the text in header tags and replaces them with how Master Yoda would speak it.".

Λήψη αρχείου CRX της επέκτασης Yoda on the Web

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

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

                                            

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

Όνομα Yoda on the Web Yoda on the Web
ID pedhgknpekfpfcojephlhclmbiekinam
Επίσημο URL https://chromewebstore.google.com/detail/yoda-on-the-web/pedhgknpekfpfcojephlhclmbiekinam
Περιγραφή Takes all the text in header tags and replaces them with how Master Yoda would speak it.
Μέγεθος Αρχείου 62.01 KB
Αριθμός Εγκαταστάσεων 30
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2016-09-05
Ημερομηνία Δημοσίευσης 2016-09-05
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής jon.norstrom
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yoda on the Web",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-310min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "Yoda16.png",
        "48": "Yoda48.png",
        "128": "Yoda128.png"
    },
    "description": "Takes all the text in header tags and replaces them with how Master Yoda would speak it."
}