Because, Taco

Taco today, taco every day.

Qu'est-ce que Because, Taco ?

Because, Taco est une extension Chrome développée par lyn.muldrow, et sa fonction principale est "Taco today, taco every day.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Because, Taco

Téléchargez les fichiers d'extension Because, Taco au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Because, Taco Because, Taco
ID ndmcnigjigcnglbmgiahcdcbgimlfnbo
URL Officiel https://chromewebstore.google.com/detail/because-taco/ndmcnigjigcnglbmgiahcdcbgimlfnbo
Description Taco today, taco every day.
Taille du Fichier 12.14 MB
Nombre d'Installations 138
Version Actuelle 1.0
Dernière Mise à Jour 2015-04-06
Date de Publication 2015-04-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur lyn.muldrow
Type de Paiement free
Site Web de l'Extension http://real.lynmuldrow.com
Langues Prises en Charge 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
}