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! 擴展基本資訊
| 名稱 | |
| ID | kgjhbeocmonphjgjehbncidbckjbhbmi |
| 官方網址 | 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__"
}
} | |