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 |
官方網址 | 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" } ] } |