Business to Burrito

A Chrome extension which replaces the word 'business' with 'burrito'.

Τι είναι το Business to Burrito;

Το Business to Burrito είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kerrizor, και η κύρια λειτουργία του είναι "A Chrome extension which replaces the word 'business' with 'burrito'.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Business to Burrito

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

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

                        http://github.com/kerrizor/business_to_burrito                    

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

Όνομα Business to Burrito Business to Burrito
ID mklnohaomoachkljliheemednbedbaog
Επίσημο URL https://chromewebstore.google.com/detail/business-to-burrito/mklnohaomoachkljliheemednbedbaog
Περιγραφή A Chrome extension which replaces the word 'business' with 'burrito'.
Μέγεθος Αρχείου 226 KB
Αριθμός Εγκαταστάσεων 27
Τρέχουσα Έκδοση 0.4
Τελευταία Ενημέρωση 2017-01-03
Ημερομηνία Δημοσίευσης 2017-01-03
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής kerrizor
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Business to Burrito",
    "description": "A Chrome extension which replaces the word 'business' with 'burrito'.",
    "version": "0.4",
    "author": "Kerri Miller",
    "homepage_url": "http:\/\/github.com\/kerrizor\/business_to_burrito",
    "short_name": "Business to Burrito",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}