豆瓣电影划词搜索

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

Wat is 豆瓣电影划词搜索?

豆瓣电影划词搜索 is een Chrome-extensie ontwikkeld door hectorguo, en de belangrijkste functie is "一种更快捷的电影搜索方式,在页面选中内容,即可显示豆瓣电影资讯;更额外添加其他搜索引擎,自定义选择。".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie 豆瓣电影划词搜索

Download 豆瓣电影划词搜索-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        功能说明:

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

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

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

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

Basisinformatie over de Extensie

Naam 豆瓣电影划词搜索 豆瓣电影划词搜索
ID femcbbmhkcbbmbfmokdopgpfolbamini
Officiële 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
Beschrijving 一种更快捷的电影搜索方式,在页面选中内容,即可显示豆瓣电影资讯;更额外添加其他搜索引擎,自定义选择。
Bestandsgrootte 145 KB
Aantal Installaties 214
Huidige Versie 1.2.3
Laatst Bijgewerkt 2017-04-06
Publicatiedatum 2017-04-06
Beoordeling 3.75/5 Totaal 4 Beoordelingen
Ontwikkelaar hectorguo
Betalingswijze free
Ondersteunde Talen 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"
    ]
}