CopyTabTitleUrl
Copy the title and URL to the clipboard.
什麼是CopyTabTitleUrl?
CopyTabTitleUrl是由https://bugbugnow.net開發的Chrome擴展程式,該擴展的主要功能是“Copy the title and URL to the clipboard.”。
擴展截圖
下載CopyTabTitleUrl擴展crx文件
下載CopyTabTitleUrl擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can customize the extension from setting options.
You can perform actions the following.
+ Copy the title and URL
+ Copy the title
+ Copy the URL
+ Copy the format (Example: Markdown, Hyperlink, etc)
You can perform actions on the following tabs.
+ Current tab
+ Multiple selected tabs
+ Current window tabs
+ All tabs
You can perform actions from the following operations.
+ Browser action (popup, click)
+ Context menu (all, page, browser action)
+ Keyboard shortcut
You can perform actions in combination with the following auxiliary functions.
+ Decode the URL
+ Decode the Punycode
Firefox version
https://addons.mozilla.org/firefox/addon/copytabtitleurl/ 擴展基本資訊
| 名稱 | |
| ID | lmgbdjfoaihhgdphombpgjpaohjfeapp |
| 官方網址 | https://chromewebstore.google.com/detail/copytabtitleurl/lmgbdjfoaihhgdphombpgjpaohjfeapp |
| 簡介 | Copy the title and URL to the clipboard. |
| 檔案大小 | 49.33 KB |
| 安裝次數 | 8,338 |
| 目前版本 | 3.2.0 |
| 更新時間 | 2024-02-19 |
| 上架時間 | 2020-06-26 |
| 評分 | 4.76/5 共 17 次評分 |
| 開發者 | https://bugbugnow.net |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/k08045kk/CopyTabTitleUrl |
| 說明頁面URL | https://github.com/k08045kk/CopyTabTitleUrl/issues |
| 支援的語言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"version": "3.2.0",
"default_locale": "en",
"author": "toshi",
"homepage_url": "https:\/\/github.com\/k08045kk\/CopyTabTitleUrl",
"minimum_chrome_version": "116.0",
"background": {
"service_worker": "\/background\/background.js"
},
"action": {
"default_title": "__MSG_extensionName__",
"default_icon": {
"19": "icon\/19.png",
"38": "icon\/38.png"
}
},
"options_ui": {
"page": "\/options\/options.html"
},
"icons": {
"16": "\/icon\/16.png",
"48": "\/icon\/48.png",
"128": "\/icon\/128.png"
},
"commands": {
"shortcut_action": {
"suggested_key": {
"default": "Alt+C"
},
"description": "format"
},
"shortcut_action2": {
"description": "format2"
}
},
"permissions": [
"activeTab",
"clipboardWrite",
"contextMenus",
"offscreen",
"scripting",
"storage",
"tabs"
]
} | |