Human Typing By Vikyp
Human Typing By Vikyp
Vad är Human Typing By Vikyp?
Human Typing By Vikyp är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Human Typing By Vikyp".
Tilläggsskärmbilder
Ladda ner Human Typing By Vikyp-förlängningens CRX-fil
Ladda ner Human Typing By Vikyp-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Human Typing By Vikyp emulates clipboard paste as human typing for fast and easy data input into fields in the browser. Grundläggande Information om Tillägg
| Namn | |
| ID | pkklnaklcgpbepjfpdapabdmbhpjkgjp |
| Officiell webbadress | https://chromewebstore.google.com/detail/human-typing-by-vikyp/pkklnaklcgpbepjfpdapabdmbhpjkgjp |
| Beskrivning | Human Typing By Vikyp |
| Filstorlek | 567 KB |
| Antal Installationer | 1,129 |
| Aktuell Version | 1.0.2 |
| Senast Uppdaterad | 2020-03-27 |
| Publiceringsdatum | 2020-03-27 |
| Betyg | 1.78/5 Totalt 9 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.facebook.com/vikash.pandey72/ |
| Hjälpsida URL | https://www.facebook.com/vikash.pandey72/ |
| Stödda Språk | 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"
} | |