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!
拡張機能の基本情報
名前 | Because, Taco |
ID | ndmcnigjigcnglbmgiahcdcbgimlfnbo |
公式URL | 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 } |