Copy Tabs Title URL
Copy the title and URL from a Chrome tabs
什麼是Copy Tabs Title URL?
Copy Tabs Title URL是由standard.software.net開發的Chrome擴展程式,該擴展的主要功能是“Copy the title and URL from a Chrome tabs”。
擴展截圖
下載Copy Tabs Title URL擴展crx文件
下載Copy Tabs Title URL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Copy the title and URL from a Chrome tabs. Function - Short Amazon URL (.com and .co.jp) - Delete Parameter after ? From URL - No Encode Japanese URL - Remove Bracketed (---) From Title - Replace Space Zenkaku to Hankaku From Title (Japanese Space Char type) - Remove Answer's Name From Title On Quora (English and Japanese) - Remove UserName From Title On GitHub Pull Request
擴展基本資訊
名稱 | Copy Tabs Title URL |
ID | lcfoefigmljgmbolbodknedngjcgelng |
官方網址 | https://chromewebstore.google.com/detail/copy-tabs-title-url/lcfoefigmljgmbolbodknedngjcgelng |
簡介 | Copy the title and URL from a Chrome tabs |
檔案大小 | 8.93 KB |
安裝次數 | 113 |
目前版本 | 1.0.2 |
更新時間 | 2022-04-18 |
上架時間 | 2022-03-09 |
開發者 | standard.software.net |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/standard-software/chrome-copy-tabs-title-url |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Tabs Title URL", "version": "1.0.2", "description": "Copy the title and URL from a Chrome tabs", "icons": { "16": "icon\/icon16x16.png", "128": "icon\/icon128x128.png" }, "action": { "default_popup": "index.html", "default_icon": "icon\/icon16x16.png" }, "permissions": [ "tabs", "storage" ], "author": { "name": "Satoshi Yamamoto", "email": "[email protected]", "url": "https:\/\/www.facebook.com\/stndardsoftware" }, "manifest_version": 3 } |