Comic Doge
Dogeifies the current page
What is Comic Doge?
Comic Doge is a Chrome extension developed by Zack Guard, and its main feature is "Dogeifies the current page".
Extension Screenshots
Download Comic Doge Extension CRX File
Download Comic Doge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | aihlgelmihpijkklapkkkdbcgcnniamc |
Official URL | https://chromewebstore.google.com/detail/comic-doge/aihlgelmihpijkklapkkkdbcgcnniamc |
Description | Dogeifies the current page |
File Size | 12.96 KB |
Installation Count | 221 |
Current Version | 0.4 |
Last Updated | 2014-01-09 |
Publish Date | 2014-01-08 |
Rating | 4.67/5 Total 9 Ratings |
Developer | Zack Guard |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |