易简

表单填写助手,为输入框添加一个候选列表

What is 易简?

易简 is a Chrome extension developed by nollyup, and its main feature is "表单填写助手,为输入框添加一个候选列表".

Extension Screenshots

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

                        一个表单输入辅助工具,当你在重复填写新表单时,比如在毕业季投递简历时,需要重复填写类似的表单,其中大部分内容都是类似的,但是你需要每次都从word中粘贴复制到页面中。

该工具可以免除这些操作,你只需要预先或者在第一次填写时,把填写的内容保存成模板,并为每一段内容设置一个简短的关键字,即可在输入框中以【:关键字】的形式查找到该段内容,迅速填写表单。                    

Extension Basic Information

Name 易简 易简
ID aooiamkmadnenahfjaflcdfilincdpoj
Official URL https://chromewebstore.google.com/detail/%E6%98%93%E7%AE%80/aooiamkmadnenahfjaflcdfilincdpoj
Description 表单填写助手,为输入框添加一个候选列表
File Size 412 KB
Installation Count 174
Current Version 1.2.3
Last Updated 2017-09-13
Publish Date 2017-09-13
Rating 5.00/5 Total 1 Ratings
Developer nollyup
Email [email protected]
Payment Type free
Help Page URL https://groups.google.com/d/forum/yijian_ext
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6613\u7b80",
    "short_name": "YiJian",
    "version": "1.2.3",
    "manifest_version": 2,
    "description": "\u8868\u5355\u586b\u5199\u52a9\u624b\uff0c\u4e3a\u8f93\u5165\u6846\u6dfb\u52a0\u4e00\u4e2a\u5019\u9009\u5217\u8868",
    "icons": {
        "16": "imgs\/icon16.png",
        "48": "imgs\/icon48.png",
        "128": "imgs\/icon128.png"
    },
    "browser_action": {
        "default_icon": "imgs\/icon48.png",
        "default_title": "\u6613\u7b80",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "options_page": "options.html",
    "offline_enabled": true,
    "web_accessible_resources": [
        "imgs\/close.png",
        "imgs\/save.png",
        "imgs\/search.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}