Qvotr

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

什么是Qvotr?

Qvotr是由http://qvotr.com开发的Chrome扩展程序,该扩展的主要功能是“Save and share quotes from around the web with a single click.”。

扩展截图

screenshot
screenshot
screenshot

下载Qvotr扩展crx文件

下载Qvotr扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Qvotr Qvotr
ID hcnnoehmifkdlbiihocaadhemblgleep
官方URL https://chrome.google.com/webstore/detail/qvotr/hcnnoehmifkdlbiihocaadhemblgleep
简介 Save and share quotes from around the web with a single click.
文件大小 64.08 KB
安装次数 136
当前版本 0.3.6
更新时间 2019-06-09
上架时间 2019-06-09
评分 3.20/5 共15次评分
开发者 http://qvotr.com
付费类型 free
扩展官网 https://www.qvotr.com
支持的语言 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"
    ]
}