Qvotr

Save and share quotes from around the web with a single click.

Qvotr là gì?

Qvotr là một tiện ích mở rộng Chrome được phát triển bởi http://qvotr.com, và tính năng chính của nó là "Save and share quotes from around the web with a single click.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Qvotr 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

                        Save text from any website by selecting text on the page and clicking the Qvotr chrome extention.

With a single click, the quote is saved to your collection on qvotr.com.

You can view all your saved quotes on qvotr.com and discover new quotes from other users.                    

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

Tên Qvotr Qvotr
ID hcnnoehmifkdlbiihocaadhemblgleep
URL Chính Thức https://chrome.google.com/webstore/detail/qvotr/hcnnoehmifkdlbiihocaadhemblgleep
Mô tả Save and share quotes from around the web with a single click.
Kích Thước Tệp 64.08 KB
Số Lần Cài Đặt 136
Phiên Bản Hiện Tại 0.3.6
Cập Nhật Lần Cuối 2019-06-09
Ngày Phát Hành 2019-06-09
Đánh Giá 3.20/5 Tổng số 15 Đánh Giá
Nhà Phát Triển http://qvotr.com
Loại Thanh Toán free
Trang Web Mở Rộng https://www.qvotr.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Qvotr",
    "version": "0.3.6",
    "description": "Save and share quotes from around the web with a single click.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "Qvotr",
        "default_icon": {
            "19": "icon.png",
            "38": "icon.png"
        }
    },
    "background": {
        "scripts": [
            "jquery-2.1.1.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "jquery-2.1.1.min.js",
                "typeahead.bundle.min.js",
                "tagmanager.js",
                "contentScript.js"
            ],
            "css": [
                "extension.css",
                "tagmanager.css"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "",
        "https:\/\/www.qvotr.com\/"
    ],
    "web_accessible_resources": [
        "images\/close-modal.png",
        "images\/success.png"
    ]
}