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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |