Send URL to Clipboard
Send URL to Clipboard from Toolbar
什么是Send URL to Clipboard?
Send URL to Clipboard是由https://www.parago.de开发的Chrome扩展程序,该扩展的主要功能是“Send URL to Clipboard from Toolbar”。
扩展截图
下载Send URL to Clipboard扩展crx文件
下载Send URL to Clipboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds a button to the toolbar that allows you to copy the URL and the title of the web page to the clipboard. That's all!
扩展基本信息
名称 | Send URL to Clipboard |
ID | kgjhbeocmonphjgjehbncidbckjbhbmi |
官方URL | https://chromewebstore.google.com/detail/send-url-to-clipboard/kgjhbeocmonphjgjehbncidbckjbhbmi |
简介 | Send URL to Clipboard from Toolbar |
文件大小 | 13.46 KB |
安装次数 | 40 |
当前版本 | 2.0.0 |
更新时间 | 2024-02-26 |
上架时间 | 2017-04-02 |
评分 | 5.00/5 共1次评分 |
开发者 | https://www.parago.de |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/jbaurle/SendURLToClipboard |
帮助页面URL | https://github.com/jbaurle/SendURLToClipboard/issues |
隐私政策页面URL | https://github.com/jbaurle/SendURLToClipboard/blob/master/PrivacyPolicy.md |
支持的语言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extname__", "version": "2.0.0", "description": "__MSG_extdesc__", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en", "permissions": [ "tabs", "offscreen", "clipboardWrite" ], "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": { "16": "icon16.png" }, "default_title": "__MSG_extaction__" } } |