Hamburgers to Steamed Hams
Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.
什么是Hamburgers to Steamed Hams?
Hamburgers to Steamed Hams是由https://freemanonthe.land开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.”。
扩展截图
下载Hamburgers to Steamed Hams扩展crx文件
下载Hamburgers to Steamed Hams扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | fieooplcpndnceolckkkhnfkecpfeije |
官方URL | https://chromewebstore.google.com/detail/hamburgers-to-steamed-ham/fieooplcpndnceolckkkhnfkecpfeije |
简介 | Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect. |
文件大小 | 44.86 KB |
安装次数 | 24 |
当前版本 | 2.0 |
更新时间 | 2018-04-17 |
上架时间 | 2018-04-16 |
评分 | 4.33/5 共3次评分 |
开发者 | https://freemanonthe.land |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hamburgers to Steamed Hams", "short_name": "Steamed Clams", "description": "Replaces the text 'Hamburgers' with 'Steamed Hams' to support regional dialect.", "author": "Seymour Skinner", "version": "2.0", "icons": { "16": "skinner16.png", "32": "skinner32.png", "48": "skinner48.png", "128": "skinner128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |