1 Click Copy Title + URL
This extentions able to copy a title and URL of current tab with specified format by 1 click
What is 1 Click Copy Title + URL?
1 Click Copy Title + URL is a Chrome extension developed by Unknown, and its main feature is "This extentions able to copy a title and URL of current tab with specified format by 1 click".
Extension Screenshots
Download 1 Click Copy Title + URL Extension CRX File
Download 1 Click Copy Title + URL 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
Extension Basic Information
Name | 1 Click Copy Title + URL |
ID | cdpljlgjmcehmopejijlfajfibijicnp |
Official URL | https://chromewebstore.google.com/detail/1-click-copy-title-+-url/cdpljlgjmcehmopejijlfajfibijicnp |
Description | This extentions able to copy a title and URL of current tab with specified format by 1 click |
File Size | 42.04 KB |
Installation Count | 73 |
Current Version | 1.0 |
Last Updated | 2018-10-08 |
Publish Date | 2018-10-07 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "1 Click Copy Title + URL", "description": "This extentions able to copy a title and URL of current tab with specified format by 1 click", "version": "1.0", "browser_action": { "default_icon": "icon32.png", "default_title": "1 Click Copy Title + URL" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "permissions": [ "activeTab", "clipboardRead", "clipboardWrite" ], "options_page": "options.html", "manifest_version": 2 } |