Thrilld

Thrilld Google Chrome Extension

Что такое Thrilld?

Thrilld - это расширение Chrome, разработанное https://www.thrilld.com, и его основная функция - "Thrilld Google Chrome Extension".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Thrilld

Скачайте файлы расширений Thrilld в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Thrilld Thrilld
ID nindhoejacnmfmfmapkkaddajbimnimh
Официальный URL https://chromewebstore.google.com/detail/thrilld/nindhoejacnmfmfmapkkaddajbimnimh
Описание Thrilld Google Chrome Extension
Размер файла 31.08 KB
Количество установок 67
Текущая Версия 1.0.8
Последнее Обновление 2016-02-10
Дата публикации 2016-02-10
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://www.thrilld.com
Тип оплаты free
Официальный сайт расширения http://www.thrilld.com/
URL страницы помощи http://www.thrilld.com/
Поддерживаемые языки 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\/*"
        ]
    }
}