Copy page title and url
Add a context menu item to copy page title (or selected text) and url to clipboard.
什麼是Copy page title and url?
Copy page title and url是由Marek Jedliński開發的Chrome擴展程式,該擴展的主要功能是“Add a context menu item to copy page title (or selected text) and url to clipboard.”。
擴展截圖
下載Copy page title and url擴展crx文件
下載Copy page title and url擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This Firefox/Chrome extension adds an item to the context menu which allows you to copy the title and the url of the current page to clipboard. If any text is selected on the page, the selected text is copied instead of the title of the page (the url is always included). This is useful for example when emailing/sharing links or collecting citations/quotes from the web. How to use: * When browsing any web page: Right-click the page. In the context menu, a new item will be displayed: "Copy page title and url". This command will copy the title of the current page and its URL to clipboard. * When (some) text on the page is selected: Right-click the selected text. In the context menu, a new item will be displayed: "Copy selection and url". This command will copy the selected text and the URL (but not the page title) to clipboard. If you hold down the Control or Shift key while clicking the menu item, the extension will copy the title of the page as well as the selected text and the URL.
擴展基本資訊
名稱 | Copy page title and url |
ID | mcnddmglmjbomnfgkehnnblncllkaedm |
官方網址 | https://chromewebstore.google.com/detail/copy-page-title-and-url/mcnddmglmjbomnfgkehnnblncllkaedm |
簡介 | Add a context menu item to copy page title (or selected text) and url to clipboard. |
檔案大小 | 9.86 KB |
安裝次數 | 2,615 |
目前版本 | 1.3 |
更新時間 | 2018-01-26 |
上架時間 | 2018-01-26 |
評分 | 4.00/5 共 11 次評分 |
開發者 | Marek Jedliński |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy page title and url", "short_name": "Copy title and url", "description": "Add a context menu item to copy page title (or selected text) and url to clipboard.", "version": "1.3", "homepage_url": "https:\/\/github.com\/marekjedlinski\/webext-copy-title-url", "author": "Marek Jedli\u0144ski", "background": { "persistent": true, "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |