Thrilld

Thrilld Google Chrome Extension

Apa itu Thrilld?

Thrilld adalah ekstensi Chrome yang dikembangkan oleh https://www.thrilld.com, dan fitur utamanya adalah "Thrilld Google Chrome Extension".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Thrilld

Unduh file ekstensi Thrilld dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Thrilld Thrilld
ID nindhoejacnmfmfmapkkaddajbimnimh
URL Resmi https://chromewebstore.google.com/detail/thrilld/nindhoejacnmfmfmapkkaddajbimnimh
Deskripsi Thrilld Google Chrome Extension
Ukuran File 31.08 KB
Jumlah Instalasi 67
Versi Saat Ini 1.0.8
Terakhir Diperbarui 2016-02-10
Tanggal Publikasi 2016-02-10
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.thrilld.com
Tipe Pembayaran free
Situs Ekstensi http://www.thrilld.com/
URL Halaman Bantuan http://www.thrilld.com/
Bahasa yang Didukung 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\/*"
        ]
    }
}