Copy All Urls
This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
什麼是Copy All Urls?
Copy All Urls是由kdmsnr開發的Chrome擴展程式,該擴展的主要功能是“This extension copies all url on the current window to the clipboard. You can set the format up at option menu.”。
擴展截圖
下載Copy All Urls擴展crx文件
下載Copy All Urls擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
擴展基本資訊
名稱 | Copy All Urls |
ID | iiagcalhlpmgdipdcikkjiliaankcagj |
官方網址 | https://chromewebstore.google.com/detail/copy-all-urls/iiagcalhlpmgdipdcikkjiliaankcagj |
簡介 | This extension copies all url on the current window to the clipboard. You can set the format up at option menu. |
檔案大小 | 5.27 KB |
安裝次數 | 3,801 |
目前版本 | 0.2.7 |
更新時間 | 2013-06-25 |
上架時間 | 2013-06-25 |
評分 | 4.00/5 共 40 次評分 |
開發者 | kdmsnr |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://github.com/kdmsnr/chrome_extensions/tree/master/copy_all_urls/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy All Urls", "version": "0.2.7", "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs" ] } |