Wordly
Your extended clipboard
What is Wordly?
Wordly is a Chrome extension developed by atishay990, and its main feature is "Your extended clipboard".
Extension Screenshots
Download Wordly Extension CRX File
Download Wordly 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
Wordly is an extended clipboard. Save your time and boost your productivity.
Extension Basic Information
Name | Wordly |
ID | cphldpcbcghgkldfapjalnjmkgopbhdn |
Official URL | https://chromewebstore.google.com/detail/wordly/cphldpcbcghgkldfapjalnjmkgopbhdn |
Description | Your extended clipboard |
File Size | 861 KB |
Installation Count | 112 |
Current Version | 1.1 |
Last Updated | 2020-09-27 |
Publish Date | 2020-09-27 |
Rating | 5.00/5 Total 5 Ratings |
Developer | atishay990 |
[email protected] | |
Payment Type | free |
Extension Website | https://www.wordlytools.com/ |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wordly", "version": "1.1", "description": "Your extended clipboard", "short_name": "WP", "permissions": [ "contextMenus", "activeTab", "storage" ], "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon2-128.png" }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/firebasejs\/7.16.1\/firebase-app.js https:\/\/www.gstatic.com\/firebasejs\/7.16.1\/firebase-analytics.js https:\/\/www.gstatic.com\/firebasejs\/7.16.1\/firebase-auth.js https:\/\/js.stripe.com\/v3\/ ; object-src 'self'", "browser_action": { "default_title": "Your own clipboard", "default_popup": "popup.html" } } |