Comic Sans Scare
Scare your friends by turning all their pages into... Comic Sans, ooOOOooo
ما هو Comic Sans Scare؟
Comic Sans Scare هو إضافة Chrome تم تطويرها بواسطة DesignUXUI، والميزة الرئيسية لها هي "Scare your friends by turning all their pages into... Comic Sans, ooOOOooo".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Comic Sans Scare
قم بتنزيل ملفات الامتداد Comic Sans Scare بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Have some fun scaring your designer friends with this extension. Here is how: 1. While they are away from their computer, discreetly install this extension 2. Watch as all the fonts on every site they visit turns to Comic Sans
معلومات أساسية عن التمديد
الاسم | |
ID | enemmajghcoelaldneaemhkcbheajpod |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/comic-sans-scare/enemmajghcoelaldneaemhkcbheajpod |
الوصف | Scare your friends by turning all their pages into... Comic Sans, ooOOOooo |
حجم الملف | 164 KB |
عدد التثبيتات | 87 |
النسخة الحالية | 1 |
آخر تحديث | 2014-10-31 |
تاريخ النشر | 2014-10-31 |
تقييم | 4.71/5 مجموع تقييمات 7 |
المطور | DesignUXUI |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comic Sans Scare", "version": "1", "manifest_version": 2, "description": "Scare your friends by turning all their pages into... Comic Sans, ooOOOooo", "homepage_url": "http:\/\/www.uitogether.com", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Comic Sans Scare" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |