Avocalculator
Replaces money with the equivalent number of avocado toasts.
Avocalculatorとは何ですか?
AvocalculatorはMatthew Zhangによって開発されたChromeの拡張機能で、その主な機能は「Replaces money with the equivalent number of avocado toasts.」です。
拡張機能のスクリーンショット
Avocalculator拡張機能のCRXファイルをダウンロード
Avocalculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces money with the equivalent number of avocado toasts, since that's what millennials are all into these days. 拡張機能の基本情報
| 名前 | |
| ID | kmenbojckcdnijlgjmhchdpoplodlekm |
| 公式URL | https://chromewebstore.google.com/detail/avocalculator/kmenbojckcdnijlgjmhchdpoplodlekm |
| 説明 | Replaces money with the equivalent number of avocado toasts. |
| ファイルサイズ | 21.91 KB |
| インストール数 | 10 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2017-05-26 |
| 公開日 | 2017-05-26 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | Matthew Zhang |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Avocalculator",
"version": "1.0",
"description": "Replaces money with the equivalent number of avocado toasts.",
"options_page": "options.html",
"permissions": [
"storage"
],
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |