URL Copy
Copies url with a click!
什麼是URL Copy?
URL Copy是由tsubasagene開發的Chrome擴展程式,該擴展的主要功能是“Copies url with a click!”。
擴展截圖
下載URL Copy擴展crx文件
下載URL Copy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When you want to share a video, or a document with your friends, or with your coworker, you need to share the url. Normally, you need to highlight the whole address, then copy with control+c, command+c, or even with right clicking. That's short, but stll takes time. With this extension, it will do the job for you. Just click the icon on the toolbar, and it will copy the link into your clipboard. It saves a bit of time for you. Though the difference is small, many a little makes a mickle! Enjoy.
擴展基本資訊
名稱 | URL Copy |
ID | honjkgkhennhamekcgimhdibgcdfbidf |
官方網址 | https://chromewebstore.google.com/detail/url-copy/honjkgkhennhamekcgimhdibgcdfbidf |
簡介 | Copies url with a click! |
檔案大小 | 4.82 KB |
安裝次數 | 51 |
目前版本 | 1.1 |
更新時間 | 2020-03-07 |
上架時間 | 2020-03-07 |
評分 | 5.00/5 共 3 次評分 |
開發者 | tsubasagene |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Copy", "version": "1.1", "manifest_version": 2, "description": "Copies url with a click!", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png" }, "permissions": [ "activeTab" ] } |