Because, Taco
Taco today, taco every day.
Cos'è Because, Taco?
Because, Taco è un'estensione di Chrome sviluppata da lyn.muldrow, e la sua funzione principale è "Taco today, taco every day.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Because, Taco
Scarica i file di estensione Because, Taco in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        Do you long for a funny taco gif at random intervals?
Click the button, and BAM- tacos. Click it again to hide the taco gif funnies. 
Steal this from my git repository and make something just as amazingly cool: https://github.com/lynmuldrow/Because-Taco/
Enjoy!                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | ndmcnigjigcnglbmgiahcdcbgimlfnbo | 
| URL Ufficiale | https://chromewebstore.google.com/detail/because-taco/ndmcnigjigcnglbmgiahcdcbgimlfnbo | 
| Descrizione | Taco today, taco every day. | 
| Dimensione del File | 12.14 MB | 
| Conteggio Installazioni | 138 | 
| Versione Corrente | 1.0 | 
| Ultimo Aggiornamento | 2015-04-06 | 
| Data di Pubblicazione | 2015-04-06 | 
| Valutazione | 5.00/5 Totale 1 Valutazioni | 
| Sviluppatore | lyn.muldrow | 
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | http://real.lynmuldrow.com | 
| Lingue Supportate | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Because, Taco",
    "description": "Taco today, taco every day.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Because, Taco",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "32": "32.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.0",
    "minimum_chrome_version": "9",
    "manifest_version": 2
}  |  |