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 |
电子邮箱 | [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" } ] } |