Title & URL
It's for copying current page's title and URL
What is Title & URL?
Title & URL is a Chrome extension developed by t.soorankim, and its main feature is "It's for copying current page's title and URL".
Extension Screenshots
Download Title & URL Extension CRX File
Download 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
It's for copying the current page's title and URL This app uses the icon under ' Creative Commons Attribution 2.5 Generic (CC BY 2.5)'. https://www.iconfinder.com/icons/249196/share_share_this_sharethis_social_social_media_icon
Extension Basic Information
Name | Title & URL |
ID | mndehblcembcnkadmgmikjagbolninnp |
Official URL | https://chromewebstore.google.com/detail/title-url/mndehblcembcnkadmgmikjagbolninnp |
Description | It's for copying current page's title and URL |
File Size | 40.95 KB |
Installation Count | 475 |
Current Version | 1.0.0 |
Last Updated | 2021-10-26 |
Publish Date | 2017-07-02 |
Rating | 4.58/5 Total 12 Ratings |
Developer | t.soorankim |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Title & URL", "version": "1.0.0", "description": "It's for copying current page's title and URL", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "author": "T.Sooran Kim", "permissions": [ "tabs", "clipboardWrite" ] } |