My Clipboard
A Cross-platform universal clipboard for myclipboard.io
What is My Clipboard?
My Clipboard is a Chrome extension developed by https://myclipboard.io, and its main feature is "A Cross-platform universal clipboard for myclipboard.io".
Extension Screenshots
Download My Clipboard Extension CRX File
Download My Clipboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | My Clipboard |
ID | emhmaepmgpjnimnogbehplipclejinpa |
Official URL | https://chromewebstore.google.com/detail/my-clipboard/emhmaepmgpjnimnogbehplipclejinpa |
Description | A Cross-platform universal clipboard for myclipboard.io |
File Size | 18.75 KB |
Installation Count | 3,446 |
Current Version | 1.1 |
Last Updated | 2021-03-25 |
Publish Date | 2021-02-28 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://myclipboard.io |
[email protected] | |
Payment Type | free |
Extension Website | https://myclipboard.io |
Help Page URL | https://myclipboard.io/about |
Privacy Policy Page URL | https://myclipboard.io/privacy |
Supported Languages | 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" } |