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"
    ]
}