Comic Rocket Reader

All unread pages of your favorite serials, served by Comic Rocket and presented in a nice, clean list.

Τι είναι το Comic Rocket Reader;

Το Comic Rocket Reader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Markus Averstad, και η κύρια λειτουργία του είναι "All unread pages of your favorite serials, served by Comic Rocket and presented in a nice, clean list.".

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

screenshot
screenshot
screenshot

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

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

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

                        Having trouble keeping up with all your webcomics even with the might of Comic Rocket to help you? Then this extension is for you!

Comic Rocket Reader will present all unread pages of your favorite webcomics in a nice and ordered list. Not only that, but it will even let you create a backlog (stored locally) to keep your occasional treats separate from the comics you read every day! Just click the arrows to the right of each banner to sort your comics!

Enjoy!

Patch notes:
2.3.0 - Added options to customize your Comic Rocket Reader experience as well as a button to open a random backlogged comic. Enjoy!
2.2.1 - Fixed bug where the badge text would not be cleared properly.
2.2.0 - Greatly improved general responsiveness. "Open 'em all" now works much better.
2.1.4 - Fixed broken comic links
2.1.3 - Fixed scroll issues
2.1.1 - Open 'em all button will no longer show if there are no comics to open.
2.1.0 - Added button to open all comics in the read list. A new tab will be opened for each.
2.0.0 - Complete rewrite of extension. Now uses AngularJS, speeding its execution up significantly. Backlog can now be customized by the user. Lots of bugfixes, small and big.
1.1.0 - Will now display a badge with the number of unread pages in your reading list. This will not include the backlog. (I for one have about 8000 pages waiting there, ugh!). The page count will update automatically every 2 minutes as well as when you click the icon.
1.0.2 - Tweaked UI slightly, adjusting margins and font. Clarified the button to switch comic lists. The list previously called "Serials to read later" is now simply "The backlog".
1.0.1 - Will now only show backlog list if there are comics in there
1.0.0 - Initial release                    

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

Όνομα Comic Rocket Reader Comic Rocket Reader
ID nobnclehifkhpjbbhednlgngflnippim
Επίσημο URL https://chromewebstore.google.com/detail/comic-rocket-reader/nobnclehifkhpjbbhednlgngflnippim
Περιγραφή All unread pages of your favorite serials, served by Comic Rocket and presented in a nice, clean list.
Μέγεθος Αρχείου 395 KB
Αριθμός Εγκαταστάσεων 512
Τρέχουσα Έκδοση 2.3.0
Τελευταία Ενημέρωση 2015-04-30
Ημερομηνία Δημοσίευσης 2015-04-30
Αξιολόγηση 3.08/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής Markus Averstad
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.comic-rocket.com/community-projects/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comic Rocket Reader",
    "short_name": "Comic Rocket",
    "version": "2.3.0",
    "manifest_version": 2,
    "description": "All unread pages of your favorite serials, served by Comic Rocket and presented in a nice, clean list.",
    "homepage_url": "https:\/\/www.comic-rocket.com\/community-projects\/",
    "icons": {
        "16": "src\/main\/images\/icons\/icon16.png",
        "48": "src\/main\/images\/icons\/icon48.png",
        "128": "src\/main\/images\/icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/main\/lib\/angular\/angular.min.js",
            "src\/main\/lib\/lodash.min.js",
            "src\/main\/pages\/bg\/background-app.js"
        ]
    },
    "browser_action": {
        "default_icon": "src\/main\/images\/icons\/icon19.png",
        "default_title": "Comic Rocket Reader",
        "default_popup": "src\/main\/pages\/browser_action\/browser_action.html"
    },
    "permissions": [
        "cookies",
        "storage",
        "https:\/\/www.comic-rocket.com\/api\/1\/*",
        "http:\/\/www.comic-rocket.com\/go?*",
        "http:\/\/www.comic-rocket.com\/public\/banner\/*"
    ]
}