易简
表单填写助手,为输入框添加一个候选列表
Wat is 易简?
易简 is een Chrome-extensie ontwikkeld door nollyup, en de belangrijkste functie is "表单填写助手,为输入框添加一个候选列表".
Extensie Screenshots
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
一个表单输入辅助工具,当你在重复填写新表单时,比如在毕业季投递简历时,需要重复填写类似的表单,其中大部分内容都是类似的,但是你需要每次都从word中粘贴复制到页面中。
该工具可以免除这些操作,你只需要预先或者在第一次填写时,把填写的内容保存成模板,并为每一段内容设置一个简短的关键字,即可在输入框中以【:关键字】的形式查找到该段内容,迅速填写表单。 Basisinformatie over de Extensie
| Naam | |
| ID | aooiamkmadnenahfjaflcdfilincdpoj |
| Officiële URL | https://chromewebstore.google.com/detail/%E6%98%93%E7%AE%80/aooiamkmadnenahfjaflcdfilincdpoj |
| Beschrijving | 表单填写助手,为输入框添加一个候选列表 |
| Bestandsgrootte | 412 KB |
| Aantal Installaties | 174 |
| Huidige Versie | 1.2.3 |
| Laatst Bijgewerkt | 2017-09-13 |
| Publicatiedatum | 2017-09-13 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | nollyup |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://groups.google.com/d/forum/yijian_ext |
| Ondersteunde Talen | 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'"
} | |