Movies, TV-series search

Search for movies and TV-series in online databases.

Movies, TV-series search là gì?

Movies, TV-series search là một tiện ích mở rộng Chrome được phát triển bởi marss19, và tính năng chính của nó là "Search for movies and TV-series in online databases.".

Ả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 Movies, TV-series search

Tải xuống các tệp mở rộng Movies, TV-series search 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

                        Is a movie worth watching? Do a quick search in online movies databases.

The extension adds context menu items executing search for a selected text (movie name). It is also possible to search without selection; for a focused text at cursor. 

The extension is configrable: you can select preferable online movies databases.                    

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

Tên Movies, TV-series search Movies, TV-series search
ID miploifkaagebhdlcdaaomgnenchiocf
URL Chính Thức https://chromewebstore.google.com/detail/movies-tv-series-search/miploifkaagebhdlcdaaomgnenchiocf
Mô tả Search for movies and TV-series in online databases.
Kích Thước Tệp 283 KB
Số Lần Cài Đặt 968
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2017-03-07
Ngày Phát Hành 2017-03-07
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển marss19
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Movies, TV-series search",
    "description": "Search for movies and TV-series in online databases.",
    "version": "0.2",
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "16": "icon-16x16.png",
        "48": "icon-48x48.png",
        "128": "icon-128x128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "manifest_version": 2,
    "homepage_url": "http:\/\/marss.co.ua"
}