Simple URL Copy
Helps to copy url with various formats
什么是Simple URL Copy?
Simple URL Copy是由ikeda.yutaro开发的Chrome扩展程序,该扩展的主要功能是“Helps to copy url with various formats”。
扩展截图
下载Simple URL Copy扩展crx文件
下载Simple URL Copy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension helps you to copy tab's title and URL easily.
扩展基本信息
名称 | Simple URL Copy |
ID | cefkgjbbpagcilodnhboolbppdjlplip |
官方URL | https://chromewebstore.google.com/detail/simple-url-copy/cefkgjbbpagcilodnhboolbppdjlplip |
简介 | Helps to copy url with various formats |
文件大小 | 11.08 KB |
安装次数 | 11,100 |
当前版本 | 1.0.0.3 |
更新时间 | 2020-07-05 |
上架时间 | 2020-07-04 |
评分 | 3.46/5 共13次评分 |
开发者 | ikeda.yutaro |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/ikedaosushi/simple-url-copy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple URL Copy", "description": "Helps to copy url with various formats", "author": "@ikedaosushi", "version": "1.0.0.3", "manifest_version": 2, "icons": { "16": "icons\/16.png", "128": "icons\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/16.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+C", "mac": "MacCtrl+Shift+C" }, "description": "Opens popup.html" } }, "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/code.getmdl.io; object-src 'self'", "devtools_page": "popup.html" } |