Stacko Taco
This chrome extension is for people who just can't get enough tacos!
Stacko Tacoとは何ですか?
Stacko TacoはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This chrome extension is for people who just can't get enough tacos!」です。
拡張機能のスクリーンショット
Stacko Taco拡張機能のCRXファイルをダウンロード
Stacko Taco拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is here to add some light-heartedness to your life when you are deep in thought and despair trying to fix some broken code and end up on Stack Overflow. One thing is for sure that when I'm down, tacos lift me up and give me wings. So hopefully, these tacos will give you the spirit and joy that you deserve. Because everyone loves tacos.
拡張機能の基本情報
名前 | Stacko Taco |
ID | dklaccacmampgfejkkkcbgchkafhfgoa |
公式URL | https://chromewebstore.google.com/detail/stacko-taco/dklaccacmampgfejkkkcbgchkafhfgoa |
説明 | This chrome extension is for people who just can't get enough tacos! |
ファイルサイズ | 22.03 KB |
インストール数 | 143 |
現在のバージョン | 1.0 |
最終更新日 | 2019-02-23 |
公開日 | 2019-02-22 |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stacko Taco", "version": "1.0", "manifest_version": 2, "description": "This chrome extension is for people who just can't get enough tacos!", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Stacko Taco", "default_popup": "overlay.html" }, "content_scripts": [ { "css": [ "css\/styles.css" ], "js": [ "js\/overlay.js" ], "matches": [ "https:\/\/stackoverflow.com\/*" ] } ] } |