Thrilld

Thrilld Google Chrome Extension

Vad är Thrilld?

Thrilld är en Chrome-tillägg utvecklad av https://www.thrilld.com, och dess huvudfunktion är "Thrilld Google Chrome Extension".

Tilläggsskärmbilder

screenshot

Ladda ner Thrilld-förlängningens CRX-fil

Ladda ner Thrilld-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Thrilld Thrilld
ID nindhoejacnmfmfmapkkaddajbimnimh
Officiell webbadress https://chromewebstore.google.com/detail/thrilld/nindhoejacnmfmfmapkkaddajbimnimh
Beskrivning Thrilld Google Chrome Extension
Filstorlek 31.08 KB
Antal Installationer 67
Aktuell Version 1.0.8
Senast Uppdaterad 2016-02-10
Publiceringsdatum 2016-02-10
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://www.thrilld.com
Betalningssätt free
Tilläggswebbplats http://www.thrilld.com/
Hjälpsida URL http://www.thrilld.com/
Stödda Språk 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\/*"
        ]
    }
}