Clonlee
A simple copy paste app
What is Clonlee?
Clonlee is a Chrome extension developed by hardik4560, and its main feature is "A simple copy paste app".
Extension Screenshots
Download Clonlee Extension CRX File
Download Clonlee 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
Clonlee is a simple copy and paste application for cloning your desktop clipboard with mobile clipboard and vice versa.
Extension Basic Information
Name | Clonlee |
ID | hdkaeefbohngdnbegdhklcoaomamjjdg |
Official URL | https://chromewebstore.google.com/detail/clonlee/hdkaeefbohngdnbegdhklcoaomamjjdg |
Description | A simple copy paste app |
File Size | 467 KB |
Installation Count | 125 |
Current Version | 3.0 |
Last Updated | 2020-01-02 |
Publish Date | 2020-01-02 |
Rating | 4.67/5 Total 3 Ratings |
Developer | hardik4560 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clonlee", "description": "A simple copy paste app", "version": "3.0", "icons": { "128": "clonlee.png" }, "browser_action": { "default_icon": "clonlee.png", "default_popup": "credentials.html" }, "background": { "page": "clipboardmanager.html" }, "permissions": [ "identity", "clipboardRead", "clipboardWrite", "notifications" ], "web_accessible_resources": [ "clonlee.png" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/apis.google.com\/js\/api.js https:\/\/apis.google.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src", "oauth2": { "client_id": "305351877811-7rbnsnpedvtq9uu62p4qdiob36d2ehje.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr0ohOK4oWMmb\/3\/niLbFtjW4z6toDgJKoZdHQOaA9wezA+C0b77KEK7cIi8BWxNX6fc5V2CcG4U69j26inxCX7vnetcbYKPR0vVKLDVXaJIGpNFDPY+TdraTup+Twb9vkfmbX6cE62qaA6u0H2EiKq08vUCBa4P9VsHBQArRv0K+toZT84bbweXAJQVEQxNMj+m7bNLKxfXZOOOdloTOGCGKE5u+eleSEzcfhjmVOmFuIxpLoA1t\/lBF7r9\/QaG\/RXFhiV5MxSXn9cVCaJNDioE0Rot7kV+u\/R+w0iyNO9Y2Ap75WIE3alr67nprxwWibLLFs9pqcPxoDcnop7wf7QIDAQAB" } |