Thrilld

Thrilld Google Chrome Extension

Hvad er Thrilld?

Thrilld er en Chrome-udvidelse udviklet af https://www.thrilld.com, og dens hovedfunktion er "Thrilld Google Chrome Extension".

Udvidelsesskærmbilleder

screenshot

Download Thrilld-udvidelses-CRX-fil

Download Thrilld-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Post images from anywhere on the web to your Thrilld scrapbook.                    

Grundlæggende oplysninger om udvidelsen

Navn Thrilld Thrilld
ID nindhoejacnmfmfmapkkaddajbimnimh
Officiel URL https://chromewebstore.google.com/detail/thrilld/nindhoejacnmfmfmapkkaddajbimnimh
Beskrivelse Thrilld Google Chrome Extension
Filstørrelse 31.08 KB
Antal Installationer 67
Nuværende Version 1.0.8
Senest Opdateret 2016-02-10
Udgivelsesdato 2016-02-10
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://www.thrilld.com
Betalingsmetode free
Udvidelseswebsted http://www.thrilld.com/
Hjælpeside-URL http://www.thrilld.com/
Understøttede Sprog en
manifest.json
{
    "background": {
        "scripts": [
            "js\/construct.js",
            "js\/background.js",
            "js\/popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/default_icon.png",
        "default_title": "Share to Thrilld"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_matches": [
                "*:\/\/*.thrilld.com\/*"
            ],
            "js": [
                "js\/construct.js",
                "js\/contentScript.js",
                "js\/popup.js",
                "js\/initContentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "css": [
                "css\/grid.css"
            ],
            "exclude_matches": [
                "*:\/\/*.thrilld.com\/*"
            ],
            "js": [
                "js\/bookmarklet.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "Thrilld Google Chrome Extension",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Thrilld",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/thrilld.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "management"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.8",
    "web_accessible_resources": [
        "css\/bookmarklet.css",
        "images\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.thrilld.com\/*"
        ]
    }
}