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 Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces the new tab page with a custom Chrome disconnected page, inspired by an /r/outrun post."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में T-Rex Outrunner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
एक्सटेंशन की मूल जानकारी
नाम | 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" ] } |