Random Word Paste
Random word generator
Vad är Random Word Paste?
Random Word Paste är en Chrome-tillägg utvecklad av Nikita Okhrimenko, och dess huvudfunktion är "Random word generator".
Tilläggsskärmbilder
Ladda ner Random Word Paste-förlängningens CRX-fil
Ladda ner Random Word Paste-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
Insert random numbers and words in any input on the site!
Ctrl + Ins - paste random world.
Ctrl + Home - paste random number. Grundläggande Information om Tillägg
| Namn | |
| ID | aahabkdhoefkfgkjddeikgajoijpgchm |
| Officiell webbadress | https://chromewebstore.google.com/detail/random-word-paste/aahabkdhoefkfgkjddeikgajoijpgchm |
| Beskrivning | Random word generator |
| Filstorlek | 11.86 KB |
| Antal Installationer | 24 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2021-03-17 |
| Publiceringsdatum | 2021-03-16 |
| Utvecklare | Nikita Okhrimenko |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Random Word Paste",
"version": "1.0.0",
"description": "Random word generator",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon19.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"commands": {
"insert-word": {
"suggested_key": {
"default": "Ctrl+Insert"
},
"description": "Toggle feature foo"
},
"insert-number": {
"suggested_key": {
"default": "Ctrl+Home"
},
"description": "Toggle feature foo"
}
},
"content_scripts": [
{
"matches": [
" | |