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 là gì?

Qotter Copy & Show là một tiện ích mở rộng Chrome được phát triển bởi Gnurk, và tính năng chính của nó là "Shows quotations on webpages. Converts a text selection into a link. Follows such a link and selects the according text.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Qotter Copy & Show

Tải xuống các tệp mở rộng Qotter Copy & Show dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Qotter Copy & Show Qotter Copy & Show
ID mijkhgchgebecnikbegpfhiikhomejlc
URL Chính Thức https://chromewebstore.google.com/detail/qotter-copy-show/mijkhgchgebecnikbegpfhiikhomejlc
Mô tả Shows quotations on webpages. Converts a text selection into a link. Follows such a link and selects the according text.
Kích Thước Tệp 12.37 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-06-18
Ngày Phát Hành 2017-06-18
Nhà Phát Triển Gnurk
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}