Emoji Copy Paste
Easily click on any emoji to immediately copy and paste it somewhere else
Vad är Emoji Copy Paste?
Emoji Copy Paste är en Chrome-tillägg utvecklad av s.colterdevelopment, och dess huvudfunktion är "Easily click on any emoji to immediately copy and paste it somewhere else".
Tilläggsskärmbilder
Ladda ner Emoji Copy Paste-förlängningens CRX-fil
Ladda ner Emoji Copy 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
Quick and easy Emoji tool to help you find new Emoji's and quickly and easily access emoji's on desktop and laptops.
Grundläggande Information om Tillägg
Namn | |
ID | ljhaeonmhemncombbgendlmdmnciaoah |
Officiell webbadress | https://chrome.google.com/webstore/detail/emoji-copy-paste/ljhaeonmhemncombbgendlmdmnciaoah |
Beskrivning | Easily click on any emoji to immediately copy and paste it somewhere else |
Filstorlek | 32.71 KB |
Antal Installationer | 1,547 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2022-10-08 |
Publiceringsdatum | 2022-10-08 |
Betyg | 2.00/5 Totalt 2 Betyg |
Utvecklare | s.colterdevelopment |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://thecopyemoji.com |
Hjälpsida URL | https://thecopyemoji.com |
URL till Sekretesspolicy Sidan | https://thecopyemoji.com?a=privacy |
Stödda Språk | en-US |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "action": { "default_icon": { "19": "static\/19.png", "38": "static\/38.png" }, "default_popup": "main.html", "default_title": "COPY Emoji" }, "description": "Easily click on any emoji to immediately copy and paste it somewhere else", "homepage_url": "https:\/\/thecopyemoji.com\/", "icons": { "128": "static\/128.png" }, "permissions": [ "webNavigation", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 3, "name": "Emoji Copy Paste", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |