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 |
| Eメール | [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
}
} | |