Copy Tabs Title URL
Copy the title and URL from a Chrome tabs
What is Copy Tabs Title URL?
Copy Tabs Title URL is a Chrome extension developed by standard.software.net, and its main feature is "Copy the title and URL from a Chrome tabs".
Extension Screenshots
Download Copy Tabs Title URL Extension CRX File
Download Copy Tabs 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 from a Chrome tabs. Function - Short Amazon URL (.com and .co.jp) - Delete Parameter after ? From URL - No Encode Japanese URL - Remove Bracketed (---) From Title - Replace Space Zenkaku to Hankaku From Title (Japanese Space Char type) - Remove Answer's Name From Title On Quora (English and Japanese) - Remove UserName From Title On GitHub Pull Request
Extension Basic Information
Name | Copy Tabs Title URL |
ID | lcfoefigmljgmbolbodknedngjcgelng |
Official URL | https://chromewebstore.google.com/detail/copy-tabs-title-url/lcfoefigmljgmbolbodknedngjcgelng |
Description | Copy the title and URL from a Chrome tabs |
File Size | 8.93 KB |
Installation Count | 113 |
Current Version | 1.0.2 |
Last Updated | 2022-04-18 |
Publish Date | 2022-03-09 |
Developer | standard.software.net |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/standard-software/chrome-copy-tabs-title-url |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Tabs Title URL", "version": "1.0.2", "description": "Copy the title and URL from a Chrome tabs", "icons": { "16": "icon\/icon16x16.png", "128": "icon\/icon128x128.png" }, "action": { "default_popup": "index.html", "default_icon": "icon\/icon16x16.png" }, "permissions": [ "tabs", "storage" ], "author": { "name": "Satoshi Yamamoto", "email": "[email protected]", "url": "https:\/\/www.facebook.com\/stndardsoftware" }, "manifest_version": 3 } |