Qotter Copy & Show

Shows quotations on webpages. Converts a text selection into a link. Follows such a link and selects the according text.

Qotter Copy & Show란 무엇입니까?

Qotter Copy & Show은(는) Gnurk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows quotations on webpages. Converts a text selection into a link. Follows such a link and selects the according text."입니다.

확장 프로그램 스크린샷

screenshot

Qotter Copy & Show 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        If someone wanted to show to you a text on a webpage, he would have sent a link and told You to press CTRL+F and enter a certain text.
Qotter Copy&Show lets you
* select some text on a webpage and send this selection to someone.
* Open the according webpage and get the selection highlighted automatically.

Usage:
You have selected some text on a webpage. Now you turn this selection into a link by
* pressing CTRL+ALT+C
* clicking the symbol with the yellow highlight
* a right mouse button click that opens the context menu and selecting "Create Copy & Show Link".
An animation of the qotter symbol confirms that the link is copied to the clipboard. You can paste this link into any document as you are used to by pressing CTRL+V or RMB -> paste.

If you click on such a link with the addon installed, the browser will open the according page and select the exact passage you had selected initially.

Because these links tend to be very long, with the RMB you can select the function "Create HTML Link". In a html document such a link will be displayed much prettier.

This extension is based on an idea by Gervase Markham.                    

확장 프로그램 기본 정보

이름 Qotter Copy & Show Qotter Copy & Show
ID mijkhgchgebecnikbegpfhiikhomejlc
공식 URL https://chromewebstore.google.com/detail/qotter-copy-show/mijkhgchgebecnikbegpfhiikhomejlc
설명 Shows quotations on webpages. Converts a text selection into a link. Follows such a link and selects the according text.
파일 크기 12.37 KB
설치 횟수 28
현재 버전 1.2
최근 업데이트 2017-06-18
출시 날짜 2017-06-18
개발자 Gnurk
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_shortName__",
    "version": "1.2",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "chrome_style": true,
        "default_icon": "icons\/qotter_icon_ani_16_5.png",
        "default_title": "__MSG_extensionButtonTitle__"
    },
    "icons": {
        "32": "\/icons\/qotter_icon_chrome_32.png",
        "48": "\/icons\/qotter_icon_chrome_48.png",
        "128": "\/icons\/qotter_icon_chrome_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "qottercopyshow_ch.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "clipboardWrite"
    ]
}