Business to Burrito
A Chrome extension which replaces the word 'business' with 'burrito'.
Business to Burritoとは何ですか?
Business to Burritoはkerrizorによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension which replaces the word 'business' with 'burrito'.」です。
拡張機能のスクリーンショット
Business to Burrito拡張機能のCRXファイルをダウンロード
Business to Burrito拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
http://github.com/kerrizor/business_to_burrito
拡張機能の基本情報
名前 | Business to Burrito |
ID | mklnohaomoachkljliheemednbedbaog |
公式URL | https://chromewebstore.google.com/detail/business-to-burrito/mklnohaomoachkljliheemednbedbaog |
説明 | A Chrome extension which replaces the word 'business' with 'burrito'. |
ファイルサイズ | 226 KB |
インストール数 | 27 |
現在のバージョン | 0.4 |
最終更新日 | 2017-01-03 |
公開日 | 2017-01-03 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | kerrizor |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Business to Burrito", "description": "A Chrome extension which replaces the word 'business' with 'burrito'.", "version": "0.4", "author": "Kerri Miller", "homepage_url": "http:\/\/github.com\/kerrizor\/business_to_burrito", "short_name": "Business to Burrito", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |