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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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"
]
} | |