Thrilld

Thrilld Google Chrome Extension

Thrilld là gì?

Thrilld là một tiện ích mở rộng Chrome được phát triển bởi https://www.thrilld.com, và tính năng chính của nó là "Thrilld Google Chrome Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Thrilld

Tải xuống các tệp mở rộng Thrilld dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Thrilld Thrilld
ID nindhoejacnmfmfmapkkaddajbimnimh
URL Chính Thức https://chromewebstore.google.com/detail/thrilld/nindhoejacnmfmfmapkkaddajbimnimh
Mô tả Thrilld Google Chrome Extension
Kích Thước Tệp 31.08 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2016-02-10
Ngày Phát Hành 2016-02-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.thrilld.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.thrilld.com/
URL Trang Trợ Giúp http://www.thrilld.com/
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}