Quotemark

Save quotes from all over the web!

ما هو Quotemark؟

Quotemark هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Save quotes from all over the web!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Quotemark

قم بتنزيل ملفات الامتداد Quotemark بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Quotemark lets you save quotes from the internet and bookmark them. A list of quotes is saved in the extension's popup. Clicking on the quote, brings you back to the original web-page, where the quote is highlighted and in focus.                    

معلومات أساسية عن التمديد

الاسم Quotemark Quotemark
ID klgfbfafpkfkchoeemoeicggojkdgecl
عنوان URL الرسمي https://chromewebstore.google.com/detail/quotemark/klgfbfafpkfkchoeemoeicggojkdgecl
الوصف Save quotes from all over the web!
حجم الملف 20.62 KB
عدد التثبيتات 18
النسخة الحالية 1.0
آخر تحديث 2019-11-21
تاريخ النشر 2019-11-16
المطور Unknown
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quotemark",
    "version": "1.0",
    "description": "Save quotes from all over the web!",
    "permissions": [
        "tabs",
        "contextMenus",
        "",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js",
            "contextmenu.js"
        ]
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": ".\/icons\/iconcontrast.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "icons": {
        "16": ".\/icons\/iconcontrast.png",
        "48": ".\/icons\/iconcontrast.png",
        "128": ".\/icons\/iconcontrast.png"
    },
    "manifest_version": 2
}