Copy title & URL
Copy title & URL
What is Copy title & URL?
Copy title & URL is a Chrome extension developed by hogewest, and its main feature is "Copy title & URL".
Extension Screenshots
Download Copy title & URL Extension CRX File
Download 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
Copy the title and URL of an open page.
Extension Basic Information
Name | Copy title & URL |
ID | eblnmkhlnpnmdhbgldnhkclgplkaibmn |
Official URL | https://chromewebstore.google.com/detail/copy-title-url/eblnmkhlnpnmdhbgldnhkclgplkaibmn |
Description | Copy title & URL |
File Size | 7.99 KB |
Installation Count | 485 |
Current Version | 1.0.1 |
Last Updated | 2019-02-07 |
Publish Date | 2019-02-07 |
Rating | 4.00/5 Total 5 Ratings |
Developer | hogewest |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/hogewest/copy-title-and-url |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy title & URL", "version": "1.0.1", "description": "Copy title & URL", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "bg.js" ], "persistent": false }, "browser_action": { "default_title": "Copy title & URL" }, "permissions": [ "activeTab", "clipboardWrite" ] } |