MFI Filter for Kiva

Hides loans of selected MFIs.

Τι είναι το MFI Filter for Kiva;

Το MFI Filter for Kiva είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Smurffit, και η κύρια λειτουργία του είναι "Hides loans of selected MFIs.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης MFI Filter for Kiva

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

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

                        This extension is neither official nor in any way related to Kiva Microfunds.

- hides loans of selected MFIs (Micro-finance Institutes)
- highlights favorite Kiva Partners
- shows Kiva Partner ratings
- all Kiva Field Partners can be automatically imported and with a click on the check-box enabled/disabled (inclusive comment field)
- address bar icon shows the amount of hidden loans
- Auto import of AASFSHNR MFI ratings

New in 0.3.3:
* fixed a bug

New in 0.3.2:
* one bug fix

New in 0.3.1:
* two bug fixes

New in 0.3:
=== Features ===
* Auto import of AASFSHNR MFI ratings (thx to AASFSHNR)
* Auto-update for MFIs/Ratings (configurable in the options tab)
* Filter / Highlight multiple MFIs based on criterias like rating or secularism
* Amount of filtered MFIs gets subtracted from the "available loan" number
* If all loans get filtered a message is shown on the page
* MFIs can be ordered by rating, id, name and configuration (thx to AASFSHNR)
* DBs (either backups or presets) can be imported now

=== Improvements ===
* a lot of speed improvements
* More tool-tips / help
* nicer options UI
* filtered / highlighted items are colorized in the options tab
* Closed MFIs are moved to the bottom of the list
* better back/forward button handling
* MFI rating stars also shown if no filter is configured
* tighter permissions

=== Fixed ===
* extension doesn't run on loan pages anymore
* extension now also works with a tab looses the focus
* show/hide filtered button preserves the state per tab now
* if an empty filter was configured all loans were filtered


License: GPLv3, source code is available at the project website.                    

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

Όνομα MFI Filter for Kiva MFI Filter for Kiva
ID obccnofmcmcggihneflnonphgnfoadmp
Επίσημο URL https://chromewebstore.google.com/detail/mfi-filter-for-kiva/obccnofmcmcggihneflnonphgnfoadmp
Περιγραφή Hides loans of selected MFIs.
Μέγεθος Αρχείου 214 KB
Αριθμός Εγκαταστάσεων 10
Τρέχουσα Έκδοση 0.3.3
Τελευταία Ενημέρωση 2014-01-14
Ημερομηνία Δημοσίευσης 2014-01-14
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Smurffit
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://code.google.com/p/chrome-mfi-filter4kiva/
Διεύθυνση URL της Σελίδας Βοήθειας https://code.google.com/p/chrome-mfi-filter4kiva/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MFI Filter for Kiva",
    "version": "0.3.3",
    "description": "Hides loans of selected MFIs.",
    "homepage_url": "https:\/\/code.google.com\/p\/chrome-mfi-filter4kiva\/",
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "https:\/\/docs.google.com\/spreadsheet\/*",
        "*:\/\/*.kiva.org\/lend*",
        "*:\/\/*.kiva.org\/ajax\/auto*",
        "webRequest",
        "storage"
    ],
    "web_accessible_resources": [
        "options\/db.json",
        "gfx\/bottom.png",
        "gfx\/closed.png",
        "gfx\/generallysecular.png",
        "gfx\/icon.png",
        "gfx\/icon42.png",
        "gfx\/neutral.png",
        "gfx\/norating.png",
        "gfx\/nonsecular.png",
        "gfx\/secular.png",
        "gfx\/socialefforts.png",
        "gfx\/socialfocus.png",
        "gfx\/star-rating.png",
        "gfx\/top.png"
    ],
    "icons": {
        "16": "gfx\/icon.png",
        "48": "gfx\/icon42.png"
    },
    "page_action": {
        "default_icon": "gfx\/icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.kiva.org\/lend*"
            ],
            "exclude_matches": [
                "*:\/\/*.kiva.org\/lend\/*"
            ],
            "css": [
                "contentstyle.css"
            ],
            "js": [
                "contentscript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.kiva.org\/lend\/*"
            ],
            "js": [
                "cs_loanpage.js"
            ]
        }
    ],
    "manifest_version": 2
}