Comic Doge
Dogeifies the current page
Что такое Comic Doge?
Comic Doge - это расширение Chrome, разработанное Zack Guard, и его основная функция - "Dogeifies the current page".
Снимки экрана расширения
Скачать файл CRX расширения Comic Doge
Скачайте файлы расширений 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" } |