T-Rex Outrunner
Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post.
ما هو T-Rex Outrunner؟
T-Rex Outrunner هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة T-Rex Outrunner
قم بتنزيل ملفات الامتداد T-Rex Outrunner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post: https://www.reddit.com/r/outrun/comments/8zq03l/c_h_r_o_m_e/
Works just like the stock offline page. Press Space up Up to jump, and press Down to duck.
Source code available at: https://bitbucket.org/pixelbath/t-rex-outrunner معلومات أساسية عن التمديد
| الاسم | |
| ID | ipaflcbenfmebafanoplpnieoaaiieon |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/t-rex-outrunner/ipaflcbenfmebafanoplpnieoaaiieon |
| الوصف | Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post. |
| حجم الملف | 232 KB |
| عدد التثبيتات | 1,132 |
| النسخة الحالية | 1 |
| آخر تحديث | 2018-07-19 |
| تاريخ النشر | 2018-07-18 |
| تقييم | 4.75/5 مجموع تقييمات 8 |
| المطور | Unknown |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "T-Rex Outrunner",
"description": "Replaces the new tab page with a custom Chrome disconnected page, inspired by an \/r\/outrun post.",
"version": "1",
"author": "Michael Hoskins",
"browser_action": {
"default_title": "Outrun",
"default_icon": "assets\/icon-24x24.png"
},
"icons": {
"16": "assets\/icon-16x16.png",
"48": "assets\/icon-48x48.png",
"128": "assets\/icon-128x128.png"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"activeTab"
]
} | |