Because, Taco
Taco today, taco every day.
什麼是Because, Taco?
Because, Taco是由lyn.muldrow開發的Chrome擴展程式,該擴展的主要功能是“Taco today, taco every day.”。
擴展截圖
下載Because, Taco擴展crx文件
下載Because, Taco擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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!                     擴展基本資訊
| 名稱 |   |  
| ID | ndmcnigjigcnglbmgiahcdcbgimlfnbo | 
| 官方網址 | https://chromewebstore.google.com/detail/because-taco/ndmcnigjigcnglbmgiahcdcbgimlfnbo | 
| 簡介 | Taco today, taco every day. | 
| 檔案大小 | 12.14 MB | 
| 安裝次數 | 138 | 
| 目前版本 | 1.0 | 
| 更新時間 | 2015-04-06 | 
| 上架時間 | 2015-04-06 | 
| 評分 | 5.00/5 共 1 次評分 | 
| 開發者 | lyn.muldrow | 
| 付費類型 | free | 
| 擴展官網 | http://real.lynmuldrow.com | 
| 支援的語言 | 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
}  |  |