Title & URL
It's for copying current page's title and URL
什么是Title & URL?
Title & URL是由t.soorankim开发的Chrome扩展程序,该扩展的主要功能是“It's for copying current page's title and URL”。
扩展截图
下载Title & URL扩展crx文件
下载Title & URL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | mndehblcembcnkadmgmikjagbolninnp |
| 官方URL | https://chromewebstore.google.com/detail/title-url/mndehblcembcnkadmgmikjagbolninnp |
| 简介 | It's for copying current page's title and URL |
| 文件大小 | 40.95 KB |
| 安装次数 | 475 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2021-10-26 |
| 上架时间 | 2017-07-02 |
| 评分 | 4.58/5 共12次评分 |
| 开发者 | t.soorankim |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |