Flying Unicorn
Inserts a unicorn into your page!
ما هو Flying Unicorn؟
Flying Unicorn هو إضافة Chrome تم تطويرها بواسطة justintieu، والميزة الرئيسية لها هي "Inserts a unicorn into your page!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Flying Unicorn
قم بتنزيل ملفات الامتداد Flying Unicorn بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Click U to add a unicorn into the page.
Click C to remove all of the unicorns.
You can now configure the unicorn image and which keys are pressed through the options page!
I will be providing release notes on my website about any updates I make.
If you have any issues, please create an issue here: https://github.com/justintieu/flying-unicorn/issues معلومات أساسية عن التمديد
| الاسم | |
| ID | cdedcjjdfckjnageanlcifalkpnjdbpg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/flying-unicorn/cdedcjjdfckjnageanlcifalkpnjdbpg |
| الوصف | Inserts a unicorn into your page! |
| حجم الملف | 43.64 KB |
| عدد التثبيتات | 1,220 |
| النسخة الحالية | 0.0.3 |
| آخر تحديث | 2017-12-14 |
| تاريخ النشر | 2017-12-14 |
| تقييم | 4.33/5 مجموع تقييمات 3 |
| المطور | justintieu |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/justintieu/flying-unicorn/ |
| عنوان صفحة المساعدة | https://github.com/justintieu/flying-unicorn/ |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Flying Unicorn",
"version": "0.0.3",
"manifest_version": 2,
"description": "Inserts a unicorn into your page!",
"homepage_url": "https:\/\/github.com\/justintieu\/flying-unicorn",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"permissions": [
"https:\/\/*\/*",
"http:\/\/*\/* ",
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"css": [
"src\/inject\/inject.css"
],
"js": [
"src\/inject\/inject.js"
]
}
],
"options_page": "src\/options\/index.html"
} | |