扇贝Sidekick

扇贝网插件,提供单词快捷查询及划词翻译等功能

What is 扇贝Sidekick?

扇贝Sidekick is a Chrome extension developed by Vincent, and its main feature is "扇贝网插件,提供单词快捷查询及划词翻译等功能".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download 扇贝Sidekick Extension CRX File

Download 扇贝Sidekick 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

                        通过地址栏搜索功能,可以快捷查询单词,开启划词翻译和打开扇贝网。

输入关键字sk, 按Tab键,然后:
1.输入单词查询
2.输入+号,启用划词翻译
3.输入@号,打开扇贝网                    

Extension Basic Information

Name 扇贝Sidekick 扇贝Sidekick
ID lpecbhfejddelijiphilcmbgohoiphnb
Official URL https://chrome.google.com/webstore/detail/lpecbhfejddelijiphilcmbgohoiphnb
Description 扇贝网插件,提供单词快捷查询及划词翻译等功能
File Size 334 KB
Installation Count 24
Current Version 0.2.3
Last Updated 2016-10-25
Publish Date 2016-10-25
Rating 4.33/5 Total 3 Ratings
Developer Vincent
Payment Type free
Extension Website http://nanbing.me
Help Page URL http://nanbing.me
Supported Languages zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u6247\u8d1dSidekick",
    "version": "0.2.3",
    "description": "\u6247\u8d1d\u7f51\u63d2\u4ef6\uff0c\u63d0\u4f9b\u5355\u8bcd\u5feb\u6377\u67e5\u8be2\u53ca\u5212\u8bcd\u7ffb\u8bd1\u7b49\u529f\u80fd",
    "homepage_url": "http:\/\/garoupa.zohosites.com\/",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "omnibox": {
        "keyword": "sk"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "topSites",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "javascripts\/background.js",
            "javascripts\/jquery-1.8.3.min.js"
        ]
    },
    "web_accessible_resources": [
        "images\/capture_on.png",
        "images\/capture_off.png",
        "images\/expande.png",
        "images\/collapse.png"
    ]
}