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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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