Thrilld

Thrilld Google Chrome Extension

Cos'è Thrilld?

Thrilld è un'estensione di Chrome sviluppata da https://www.thrilld.com, e la sua funzione principale è "Thrilld Google Chrome Extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Thrilld

Scarica i file di estensione Thrilld in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Thrilld Thrilld
ID nindhoejacnmfmfmapkkaddajbimnimh
URL Ufficiale https://chromewebstore.google.com/detail/thrilld/nindhoejacnmfmfmapkkaddajbimnimh
Descrizione Thrilld Google Chrome Extension
Dimensione del File 31.08 KB
Conteggio Installazioni 67
Versione Corrente 1.0.8
Ultimo Aggiornamento 2016-02-10
Data di Pubblicazione 2016-02-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.thrilld.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.thrilld.com/
URL della Pagina di Aiuto http://www.thrilld.com/
Lingue Supportate 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\/*"
        ]
    }
}