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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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": [ " |