Comic Doge
Dogeifies the current page
什么是Comic Doge?
Comic Doge是由Zack Guard开发的Chrome扩展程序,该扩展的主要功能是“Dogeifies the current page”。
扩展截图
下载Comic Doge扩展crx文件
下载Comic Doge扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Comic Doge dogeifies the current page. It changes all the fonts to Comic Sans and all the images to pictures of Shibe. Very meme. Such comic. Many doge.
扩展基本信息
名称 | |
ID | aihlgelmihpijkklapkkkdbcgcnniamc |
官方URL | https://chromewebstore.google.com/detail/comic-doge/aihlgelmihpijkklapkkkdbcgcnniamc |
简介 | Dogeifies the current page |
文件大小 | 12.96 KB |
安装次数 | 221 |
当前版本 | 0.4 |
更新时间 | 2014-01-09 |
上架时间 | 2014-01-08 |
评分 | 4.67/5 共9次评分 |
开发者 | Zack Guard |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Zachary Guard", "background": { "persistent": false, "scripts": [ "elwin.js" ] }, "browser_action": { "default_icon": "img\/19.png", "default_title": "Comic Doge" }, "description": "Dogeifies the current page", "icons": { "128": "img\/128.png", "16": "img\/16.png", "48": "img\/48.png" }, "manifest_version": 2, "name": "Comic Doge", "permissions": [ "activeTab" ], "version": "0.4" } |