饭否划词翻译

饭否划词翻译 Powered by @home2

What is 饭否划词翻译?

饭否划词翻译 is a Chrome extension developed by setq, and its main feature is "饭否划词翻译 Powered by @home2".

Extension Screenshots

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

                        饭译是一款 Chrome 浏览器划词翻译插件,同时也是一款饭否小应用。

主要特点如下:
1. 可选音节划分;
2. 可选提醒模式。


你可在饭否上给 @饭译 留言以获取 SSID,并把 SSID 填写在插件中。当提醒模式开启时,查询过的单词会被机器人记住,并将在次日发送词条 at 你。                    

Extension Basic Information

Name 饭否划词翻译 饭否划词翻译
ID ncjehkbfoionmagghdkkphaimpdijjje
Official URL https://chromewebstore.google.com/detail/%E9%A5%AD%E5%90%A6%E5%88%92%E8%AF%8D%E7%BF%BB%E8%AF%91/ncjehkbfoionmagghdkkphaimpdijjje
Description 饭否划词翻译 Powered by @home2
File Size 32.43 KB
Installation Count 50
Current Version 0.1.0
Last Updated 2019-04-15
Publish Date 2019-04-11
Developer setq
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_dict.png",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "lookup.js"
            ],
            "css": [
                "lookup.css"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon_dict.png",
        "48": "icon_dict.png",
        "128": "icon_dict.png"
    },
    "manifest_version": 2,
    "name": "\u996d\u5426\u5212\u8bcd\u7ffb\u8bd1",
    "short_name": "\u996d\u8bd1",
    "version": "0.1.0",
    "description": "\u996d\u5426\u5212\u8bcd\u7ffb\u8bd1 Powered by @home2",
    "options_page": "options.html",
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "query.png",
        "speech.png"
    ]
}