Copy URL+
Copy a short URL, title, and selected text in any format you want.
什么是Copy URL+?
Copy URL+是由Naoto Yokoyama开发的Chrome扩展程序,该扩展的主要功能是“Copy a short URL, title, and selected text in any format you want.”。
扩展截图
下载Copy URL+扩展crx文件
下载Copy URL+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Key features
- Keyboard shortcuts
- Flexible context menus
- URL shortening
- Notifications
Icons and promotional images are designed by Honeshabri. 扩展基本信息
| 名称 | |
| ID | capojgaalppngkaagaobmigigcgnidmn |
| 官方URL | https://chromewebstore.google.com/detail/copy-url+/capojgaalppngkaagaobmigigcgnidmn |
| 简介 | Copy a short URL, title, and selected text in any format you want. |
| 文件大小 | 35.59 KB |
| 安装次数 | 3,796 |
| 当前版本 | 1.1.1 |
| 更新时间 | 2020-08-06 |
| 上架时间 | 2020-08-06 |
| 评分 | 3.93/5 共45次评分 |
| 开发者 | Naoto Yokoyama |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Copy URL+",
"version": "1.1.1",
"description": "Copy a short URL, title, and selected text in any format you want.",
"manifest_version": 2,
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"page": "background.html",
"persistent": true
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/keyboard.js",
"scripts\/content-script.js"
]
}
],
"permissions": [
"tabs",
"clipboardWrite",
"notifications",
"contextMenus",
"https:\/\/www.googleapis.com\/url\/shortener",
"https:\/\/accounts.google.com\/o\/oauth2\/auth",
"https:\/\/accounts.google.com\/o\/oauth2\/token",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |