Thrilld

Thrilld Google Chrome Extension

¿Qué es Thrilld?

Thrilld es una extensión de Chrome desarrollada por https://www.thrilld.com, y su función principal es "Thrilld Google Chrome Extension".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Thrilld

Descarga archivos de extensión Thrilld en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Thrilld Thrilld
ID nindhoejacnmfmfmapkkaddajbimnimh
URL Oficial https://chromewebstore.google.com/detail/thrilld/nindhoejacnmfmfmapkkaddajbimnimh
Descripción Thrilld Google Chrome Extension
Tamaño del Archivo 31.08 KB
Cantidad de Instalaciones 67
Versión Actual 1.0.8
Última Actualización 2016-02-10
Fecha de Publicación 2016-02-10
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://www.thrilld.com
Tipo de Pago free
Sitio Web de la Extensión http://www.thrilld.com/
URL de la Página de Ayuda http://www.thrilld.com/
Idiomas Soportados 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\/*"
        ]
    }
}