My Clipboard
A Cross-platform universal clipboard for myclipboard.io
Hvad er My Clipboard?
My Clipboard er en Chrome-udvidelse udviklet af https://myclipboard.io, og dens hovedfunktion er "A Cross-platform universal clipboard for myclipboard.io".
Udvidelsesskærmbilleder
Download My Clipboard-udvidelses-CRX-fil
Download My Clipboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
My Clipboard allows you to copy text seamlessly between any device. Companies such as Apple allow you to copy text seamlessly between devices made by them - for example Macs and iPhones - but not between devices outside of the ecosystem. This app is for that use case. You can set and read your cloud synced clipboard contents using this Google Chrome extension, the iPhone App, the Android App, or the website. Go to myclipboard.io to signup and download the other apps.
Grundlæggende oplysninger om udvidelsen
Navn | My Clipboard |
ID | emhmaepmgpjnimnogbehplipclejinpa |
Officiel URL | https://chromewebstore.google.com/detail/my-clipboard/emhmaepmgpjnimnogbehplipclejinpa |
Beskrivelse | A Cross-platform universal clipboard for myclipboard.io |
Filstørrelse | 18.75 KB |
Antal Installationer | 3,446 |
Nuværende Version | 1.1 |
Senest Opdateret | 2021-03-25 |
Udgivelsesdato | 2021-02-28 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://myclipboard.io |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://myclipboard.io |
Hjælpeside-URL | https://myclipboard.io/about |
URL til Fortrolighedspolitik Side | https://myclipboard.io/privacy |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Clipboard", "description": "A Cross-platform universal clipboard for myclipboard.io", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "clipboardRead" ], "web_accessible_resources": [ { "resources": [ "templates\/authenticate.html", "templates\/onboarding.html" ], "matches": [ "https:\/\/myclipboard.io\/*" ] } ], "action": { "default_popup": "templates\/popup.html", "default_icon": { "16": "assets\/favicon.png", "32": "assets\/favicon.png", "48": "assets\/favicon.png", "128": "assets\/favicon.png" } }, "icons": { "16": "assets\/favicon.png", "32": "assets\/favicon.png", "48": "assets\/favicon.png", "128": "assets\/favicon.png" }, "options_page": "templates\/options.html" } |