Raptorize for Chrome
Instant Velociraptor on any page
ما هو Raptorize for Chrome؟
Raptorize for Chrome هو إضافة Chrome تم تطويرها بواسطة https://www.brovalex.com، والميزة الرئيسية لها هي "Instant Velociraptor on any page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Raptorize for Chrome
قم بتنزيل ملفات الامتداد Raptorize for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A plugin that unleashes a Raptor on to any page. Make every page you visit slightly more awesome with some extra RAWWR.
If you like Raptorize, check out Goatarize for Chrome!
** Note: if you have any tab open when you install the plugin, these pages need to be refreshed for raptor to rawrr them. **
Version 1.1: Added warning to reload the page on first install.
Adapted script from Zurb's Playground
http://zurb.com/playground/jquery-raptorize معلومات أساسية عن التمديد
| الاسم | |
| ID | clicandocldajmalkpkjhfpgbjgllcia |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/raptorize-for-chrome/clicandocldajmalkpkjhfpgbjgllcia |
| الوصف | Instant Velociraptor on any page |
| حجم الملف | 548 KB |
| عدد التثبيتات | 442 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2017-04-05 |
| تاريخ النشر | 2017-04-05 |
| تقييم | 4.40/5 مجموع تقييمات 10 |
| المطور | https://www.brovalex.com |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Raptorize for Chrome",
"version": "1.1",
"description": "Instant Velociraptor on any page",
"browser_action": {
"name": "Raptorize",
"icons": [
"icon.png"
],
"default_icon": "icon.png"
},
"permissions": [
"activeTab",
"http:\/\/*\/"
],
"content_scripts": [
{
"js": [
"jquery.min.js",
"jquery.raptorize.1.0.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"background": {
"scripts": [
"inject.js"
]
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"web_accessible_resources": [
"raptor-sound.ogg",
"raptor.png",
"raptor-sound.mp3"
]
} | |