KickFilter

Small tweaks to the Backed Projects page on KickStarter.

Τι είναι το KickFilter;

Το KickFilter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Atarun, και η κύρια λειτουργία του είναι "Small tweaks to the Backed Projects page on KickStarter.".

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

screenshot
screenshot

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

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

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

                        This extension tweaks the "Backed Projects" page on KickStarter.

The overhaul the page went through made it much worse than it used to be and a lot harder to tweak... :'(
The awful AJAX script they use not to load more projects asynchronously (which would be awesome), but to load them only when you reach the bottom of the page is especially impractical to work around... And it's not even compatible with the category filtering.

Current features:
- projects loaded with the page (as opposed to through the god-awful AJAX script) are upgraded with a status bar that is fetched from the widget card.

Currently in development:
- work around the AJAX script so that all projects get this improvement and not just the first page.

Version history:

0.10: Bugfix (Kickstarter switched project links to HTTPS, but it doesn't seem to agree with the jQuery GET, so switched back to HTTP to get widget info)
0.9: Complete overhaul to start coping with the new page.
0.8: Fixes to now defunct Firefox extension.
0.7: Fix to adapt to the new Kickstarter layout
0.6: Performance optimization (and some code cleaning)
0.5.3: Bugfix (goals funded at over 999% are now correctly evaluated)
0.5.2: Added anti-chronological order
0.5.1: Small fix (padding)
0.5: Sorting by chronological order
0.4: Sorting by alphabetical order
0.3.1: Changed the behavior of tab buttons and added Show/Hide links.
0.3: Filtering by status.
0.2.1: Time and CPU load optimization.
0.2: Merge of multiple pages.
0.1.1: Added icons.
0.1: Initial version of the project with only color by status.                    

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

Όνομα KickFilter KickFilter
ID mpbcepikhjflggnkfffgbcgeigngifdh
Επίσημο URL https://chromewebstore.google.com/detail/kickfilter/mpbcepikhjflggnkfffgbcgeigngifdh
Περιγραφή Small tweaks to the Backed Projects page on KickStarter.
Μέγεθος Αρχείου 41.8 KB
Αριθμός Εγκαταστάσεων 78
Τρέχουσα Έκδοση 0.10
Τελευταία Ενημέρωση 2013-01-19
Ημερομηνία Δημοσίευσης 2013-01-19
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Atarun
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.atarun.org/kickfilter
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KickFilter",
    "version": "0.10",
    "manifest_version": 2,
    "description": "Small tweaks to the Backed Projects page on KickStarter.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.kickstarter.com\/profile\/*"
            ],
            "js": [
                "jquery.js",
                "backed.js"
            ]
        }
    ]
}