豆瓣电影划词搜索

一种更快捷的电影搜索方式,在页面选中内容,即可显示豆瓣电影资讯;更额外添加其他搜索引擎,自定义选择。

What is 豆瓣电影划词搜索?

豆瓣电影划词搜索 is a Chrome extension developed by hectorguo, and its main feature is "一种更快捷的电影搜索方式,在页面选中内容,即可显示豆瓣电影资讯;更额外添加其他搜索引擎,自定义选择。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 豆瓣电影划词搜索 Extension CRX File

Download 豆瓣电影划词搜索 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        功能说明:

1.在页面内选中电影名,即可显示豆瓣评分即该电影简介,并提供字幕下载和预告片在线观看以及豆瓣影评。

2.chrome右上角的工具栏中会有快捷搜索框,输入你想搜的电影名,即可显示该电影信息。

3.提供自定义管理添加搜索引擎,如百度、Glgoo、Google、必应、知乎、百度网盘、优酷视频、Mtime、有道词典等。在该扩展“选项”中可设置(暂不支持手动添加其他搜索引擎)。

2017.04.05 更新:
修复弹窗bug,新增Loading动画。                    

Extension Basic Information

Name 豆瓣电影划词搜索 豆瓣电影划词搜索
ID femcbbmhkcbbmbfmokdopgpfolbamini
Official URL https://chromewebstore.google.com/detail/%E8%B1%86%E7%93%A3%E7%94%B5%E5%BD%B1%E5%88%92%E8%AF%8D%E6%90%9C%E7%B4%A2/femcbbmhkcbbmbfmokdopgpfolbamini
Description 一种更快捷的电影搜索方式,在页面选中内容,即可显示豆瓣电影资讯;更额外添加其他搜索引擎,自定义选择。
File Size 145 KB
Installation Count 214
Current Version 1.2.3
Last Updated 2017-04-06
Publish Date 2017-04-06
Rating 3.75/5 Total 4 Ratings
Developer hectorguo
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "background": {
        "scripts": [
            "lib\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "skin\/favicon.ico",
        "default_popup": "popup.html",
        "default_title": "\u8c46\u74e3\u7535\u5f71\u641c\u7d22"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "skin\/popup_bubble.css"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/popup_bubble.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "\u4e00\u79cd\u66f4\u5feb\u6377\u7684\u7535\u5f71\u641c\u7d22\u65b9\u5f0f\uff0c\u5728\u9875\u9762\u9009\u4e2d\u5185\u5bb9\uff0c\u5373\u53ef\u663e\u793a\u8c46\u74e3\u7535\u5f71\u8d44\u8baf\uff1b\u66f4\u989d\u5916\u6dfb\u52a0\u5176\u4ed6\u641c\u7d22\u5f15\u64ce\uff0c\u81ea\u5b9a\u4e49\u9009\u62e9\u3002",
    "icons": {
        "128": "skin\/douban_128.png",
        "64": "skin\/douban_64.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrUhO0z6xhPJmAMREL1S54YExzRlTjcvI0+6qFkRCP+R7uEs90z09rz2wxltSEmBT29fPKQakVQ0DkyKkgtoeyf8oI3u4yxOyTtuBWN4BMABsujDa3IbhVZ3WKipgYg\/ht0pRtYUKSc3tyzGzJzu52aTofJG5VdE0+lDEfc1bxIwIDAQAB",
    "manifest_version": 2,
    "name": "\u8c46\u74e3\u7535\u5f71\u5212\u8bcd\u641c\u7d22",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.3",
    "web_accessible_resources": [
        "skin\/douban_64.png",
        "skin\/douban_128.png",
        "skin\/doubanMovie.png",
        "skin\/popup_bubble.css",
        "skin\/popup.css",
        "options.css",
        "options.html",
        "popup.html"
    ]
}