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
官方網址 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"
    ]
}