QuickText
QuickText allows you to simply paste predefined texts into text fields.
What is QuickText?
QuickText is a Chrome extension developed by https://www.pixiz.com, and its main feature is "QuickText allows you to simply paste predefined texts into text fields.".
Extension Screenshots
Download QuickText Extension CRX File
Download QuickText 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
QuickText allows you to simply paste predefined texts into text fields.
Extension Basic Information
Name | QuickText |
ID | neflkikppleikkghgjheajjpdjaihlch |
Official URL | https://chromewebstore.google.com/detail/quicktext/neflkikppleikkghgjheajjpdjaihlch |
Description | QuickText allows you to simply paste predefined texts into text fields. |
File Size | 27.11 KB |
Installation Count | 1,181 |
Current Version | 0.8 |
Last Updated | 2020-05-04 |
Publish Date | 2020-05-03 |
Rating | 4.33/5 Total 6 Ratings |
Developer | https://www.pixiz.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } |