Thrilld

Thrilld Google Chrome Extension

Wat is Thrilld?

Thrilld is een Chrome-extensie ontwikkeld door https://www.thrilld.com, en de belangrijkste functie is "Thrilld Google Chrome Extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Thrilld

Download Thrilld-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Thrilld Thrilld
ID nindhoejacnmfmfmapkkaddajbimnimh
Officiële URL https://chromewebstore.google.com/detail/thrilld/nindhoejacnmfmfmapkkaddajbimnimh
Beschrijving Thrilld Google Chrome Extension
Bestandsgrootte 31.08 KB
Aantal Installaties 67
Huidige Versie 1.0.8
Laatst Bijgewerkt 2016-02-10
Publicatiedatum 2016-02-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.thrilld.com
Betalingswijze free
Extensiewebsite http://www.thrilld.com/
Help Pagina-URL http://www.thrilld.com/
Ondersteunde Talen 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\/*"
        ]
    }
}