Copy Tabs Title URL
Copy the title and URL from a Chrome tabs
什么是Copy Tabs Title URL?
Copy Tabs Title URL是由standard.software.net开发的Chrome扩展程序,该扩展的主要功能是“Copy the title and URL from a Chrome tabs”。
扩展截图
下载Copy Tabs Title URL扩展crx文件
下载Copy Tabs Title URL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | lcfoefigmljgmbolbodknedngjcgelng |
| 官方URL | https://chromewebstore.google.com/detail/copy-tabs-title-url/lcfoefigmljgmbolbodknedngjcgelng |
| 简介 | Copy the title and URL from a Chrome tabs |
| 文件大小 | 8.93 KB |
| 安装次数 | 113 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2022-04-18 |
| 上架时间 | 2022-03-09 |
| 开发者 | standard.software.net |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/standard-software/chrome-copy-tabs-title-url |
| 支持的语言 | 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
} | |