Wantlist

Save lists of items you want on the internet.

Vad är Wantlist?

Wantlist är en Chrome-tillägg utvecklad av http://wantlistapp.com, och dess huvudfunktion är "Save lists of items you want on the internet.".

Tilläggsskärmbilder

screenshot

Ladda ner Wantlist-förlängningens CRX-fil

Ladda ner Wantlist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Create a single wishlist for all your favorite shopping websites!                    

Grundläggande Information om Tillägg

Namn Wantlist Wantlist
ID njmfakdckjipeiiddihjcipkgbnemagm
Officiell webbadress https://chrome.google.com/webstore/detail/wantlist/njmfakdckjipeiiddihjcipkgbnemagm
Beskrivning Save lists of items you want on the internet.
Filstorlek 39.35 KB
Antal Installationer 22
Aktuell Version 0.21
Senast Uppdaterad 2013-04-13
Publiceringsdatum 2013-04-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://wantlistapp.com
Betalningssätt free
Tilläggswebbplats http://wantlistapp.com/
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Save lists of items you want on the internet.",
    "name": "Wantlist",
    "permissions": [
        "http:\/\/*.wantlistapp.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.amazon.com\/*"
            ],
            "all_frames": false,
            "js": [
                "jquery.js",
                "amazon.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*.wantlistapp.com\/*"
            ],
            "all_frames": false,
            "js": [
                "jquery.js",
                "wantlistapp.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "version": "0.21"
}