Qvotr

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

Qvotrคืออะไร?

Qvotr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://qvotr.com และคุณลักษณะหลักของมันคือ "Save and share quotes from around the web with a single click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Qvotr

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}