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 |
| 官方網址 | 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
}
} | |