Copy URL+
Copy a short URL, title, and selected text in any format you want.
什麼是Copy URL+?
Copy URL+是由Naoto Yokoyama開發的Chrome擴展程式,該擴展的主要功能是“Copy a short URL, title, and selected text in any format you want.”。
擴展截圖
下載Copy URL+擴展crx文件
下載Copy URL+擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Key features - Keyboard shortcuts - Flexible context menus - URL shortening - Notifications Icons and promotional images are designed by Honeshabri.
擴展基本資訊
名稱 | Copy URL+ |
ID | capojgaalppngkaagaobmigigcgnidmn |
官方網址 | https://chromewebstore.google.com/detail/copy-url+/capojgaalppngkaagaobmigigcgnidmn |
簡介 | Copy a short URL, title, and selected text in any format you want. |
檔案大小 | 35.59 KB |
安裝次數 | 3,796 |
目前版本 | 1.1.1 |
更新時間 | 2020-08-06 |
上架時間 | 2020-08-06 |
評分 | 3.93/5 共 45 次評分 |
開發者 | Naoto Yokoyama |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy URL+", "version": "1.1.1", "description": "Copy a short URL, title, and selected text in any format you want.", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "background.html", "persistent": true }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/keyboard.js", "scripts\/content-script.js" ] } ], "permissions": [ "tabs", "clipboardWrite", "notifications", "contextMenus", "https:\/\/www.googleapis.com\/url\/shortener", "https:\/\/accounts.google.com\/o\/oauth2\/auth", "https:\/\/accounts.google.com\/o\/oauth2\/token", "http:\/\/*\/", "https:\/\/*\/" ] } |