QuickText
QuickText allows you to simply paste predefined texts into text fields.
什么是QuickText?
QuickText是由https://www.pixiz.com开发的Chrome扩展程序,该扩展的主要功能是“QuickText allows you to simply paste predefined texts into text fields.”。
扩展截图
下载QuickText扩展crx文件
下载QuickText扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
QuickText allows you to simply paste predefined texts into text fields. 扩展基本信息
| 名称 | |
| ID | neflkikppleikkghgjheajjpdjaihlch |
| 官方URL | https://chromewebstore.google.com/detail/quicktext/neflkikppleikkghgjheajjpdjaihlch |
| 简介 | QuickText allows you to simply paste predefined texts into text fields. |
| 文件大小 | 27.11 KB |
| 安装次数 | 1,181 |
| 当前版本 | 0.8 |
| 更新时间 | 2020-05-04 |
| 上架时间 | 2020-05-03 |
| 评分 | 4.33/5 共6次评分 |
| 开发者 | https://www.pixiz.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "QuickText",
"short_name": "QuickText",
"version": "0.8",
"author": "Dady",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"64": "images\/icon-64.png",
"128": "images\/icon-128.png"
},
"permissions": [
"contextMenus",
"storage",
"activeTab"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html",
"chrome_style": true,
"open_in_tab": true
}
} | |