The Fantastic Comic Sans MS Browser
Rot your browser with the Fantastic Comic Sans MS !
什么是The Fantastic Comic Sans MS Browser?
The Fantastic Comic Sans MS Browser是由Yannick.Armspach开发的Chrome扩展程序,该扩展的主要功能是“Rot your browser with the Fantastic Comic Sans MS !”。
扩展截图
下载The Fantastic Comic Sans MS Browser扩展crx文件
下载The Fantastic Comic Sans MS Browser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
All the internet with the Fantastic Comic Sans MS font !
扩展基本信息
名称 | The Fantastic Comic Sans MS Browser |
ID | ackdmccmionjeacpmbhkgkbkcfipenpn |
官方URL | https://chromewebstore.google.com/detail/the-fantastic-comic-sans/ackdmccmionjeacpmbhkgkbkcfipenpn |
简介 | Rot your browser with the Fantastic Comic Sans MS ! |
文件大小 | 130 KB |
安装次数 | 201 |
当前版本 | 1.0.0 |
更新时间 | 2012-12-12 |
上架时间 | 2012-12-12 |
评分 | 4.27/5 共22次评分 |
开发者 | Yannick.Armspach |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Fantastic Comic Sans MS Browser", "version": "1.0.0", "manifest_version": 2, "description": "Rot your browser with the Fantastic Comic Sans MS !", "homepage_url": "http:\/\/the-fantastic-comic-sans-ms-browser.y-visuel.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |