Because, Taco
Taco today, taco every day.
Wat is Because, Taco?
Because, Taco is een Chrome-extensie ontwikkeld door lyn.muldrow, en de belangrijkste functie is "Taco today, taco every day.".
Extensie Screenshots
Download het CRX-bestand van de extensie Because, Taco
Download Because, Taco-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | ndmcnigjigcnglbmgiahcdcbgimlfnbo |
| Officiële URL | https://chromewebstore.google.com/detail/because-taco/ndmcnigjigcnglbmgiahcdcbgimlfnbo |
| Beschrijving | Taco today, taco every day. |
| Bestandsgrootte | 12.14 MB |
| Aantal Installaties | 138 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2015-04-06 |
| Publicatiedatum | 2015-04-06 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | lyn.muldrow |
| Betalingswijze | free |
| Extensiewebsite | http://real.lynmuldrow.com |
| Ondersteunde Talen | 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
} | |