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.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα 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"
    ]
}