Read A Comic

Replace new tab screen with a nerdy comic (only xkcd as of now).

Τι είναι το Read A Comic;

Το Read A Comic είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον arnavsharma93, και η κύρια λειτουργία του είναι "Replace new tab screen with a nerdy comic (only xkcd as of now). ".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Read A Comic

Λήψη αρχείων επέκτασης Read A Comic σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The extension will open up a new comic on every new tab. If you would like to maintain the of level your productivity, please change the refresh interval from the settings. The settings wrench bar is at the bottom right of the new tab screen. By default, it is set to 0. 

We plan on adding more features, more comics in the future. 

Please do leave us a feedback and a rating. 

Contact us for hugs and bugs.

If you like it and use it, please buy us a beer the next time you meet us.

Tejas Shah (facebook.com/sh.tejas.shah)
Arnav Sharma (facebook.com/arnavsharma93)                    

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

Όνομα Read A Comic Read A Comic
ID mmacpohnmpmmociiiablalhaggmoldko
Επίσημο URL https://chrome.google.com/webstore/detail/read-a-comic/mmacpohnmpmmociiiablalhaggmoldko
Περιγραφή Replace new tab screen with a nerdy comic (only xkcd as of now).
Μέγεθος Αρχείου 846 KB
Αριθμός Εγκαταστάσεων 41
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2015-05-30
Ημερομηνία Δημοσίευσης 2015-05-30
Αξιολόγηση 5.00/5 Συνολικά 14 Αξιολογήσεις
Προγραμματιστής arnavsharma93
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "Replace new tab screen with a nerdy comic (only xkcd as of now). ",
    "icons": {
        "128": "images\/icon128.png",
        "112": "images\/icon112.png",
        "96": "images\/icon96.png"
    },
    "manifest_version": 2,
    "name": "Read A Comic",
    "options_page": "index.html#myModal",
    "permissions": [
        "storage",
        "http:\/\/*.xkcd.com\/"
    ],
    "version": "0.0.2"
}