Human Typing By Vikyp
Human Typing By Vikyp
Human Typing By Vikypとは何ですか?
Human Typing By VikypはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Human Typing By Vikyp」です。
拡張機能のスクリーンショット
Human Typing By Vikyp拡張機能のCRXファイルをダウンロード
Human Typing By Vikyp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Human Typing By Vikyp emulates clipboard paste as human typing for fast and easy data input into fields in the browser. 拡張機能の基本情報
| 名前 | |
| ID | pkklnaklcgpbepjfpdapabdmbhpjkgjp |
| 公式URL | https://chromewebstore.google.com/detail/human-typing-by-vikyp/pkklnaklcgpbepjfpdapabdmbhpjkgjp |
| 説明 | Human Typing By Vikyp |
| ファイルサイズ | 567 KB |
| インストール数 | 1,129 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2020-03-27 |
| 公開日 | 2020-03-27 |
| 評価 | 1.78/5 合計 9 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.facebook.com/vikash.pandey72/ |
| ヘルプページのURL | https://www.facebook.com/vikash.pandey72/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "assets\/icon_128_mc_4.png",
"default_popup": "index.html"
},
"description": "Human Typing By Vikyp",
"icons": {
"128": "assets\/icon_128_mc.png",
"16": "assets\/icon_128_mc_4.png"
},
"commands": {
"paste_last": {
"description": "Copy all saved copies at once",
"suggested_key": {
"default": "Ctrl+Q"
}
}
},
"manifest_version": 2,
"name": "Human Typing By Vikyp",
"permissions": [
"activeTab",
"storage",
"contextMenus"
],
"version": "1.0.2"
} | |