Open Study Quoting

Quote posts on Open Study

ما هو Open Study Quoting؟

Open Study Quoting هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Quote posts on Open Study".

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

screenshot

تحميل ملف CRX للإضافة Open Study Quoting

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

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

                        Allows users to easily quote OpenStudy posts that have multiple latex formulas and code snippets.                    

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

الاسم Open Study Quoting Open Study Quoting
ID daeffggacpioiaekojicffekajgcejgb
عنوان URL الرسمي https://chromewebstore.google.com/detail/open-study-quoting/daeffggacpioiaekojicffekajgcejgb
الوصف Quote posts on Open Study
حجم الملف 39.71 KB
عدد التثبيتات 19
النسخة الحالية 1.3
آخر تحديث 2015-04-11
تاريخ النشر 2015-04-10
تقييم 5.00/5 مجموع تقييمات 5
المطور Unknown
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Study Quoting",
    "description": "Quote posts on Open Study",
    "version": "1.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/openstudy.com\/*"
            ],
            "css": [
                "quote.css"
            ],
            "js": [
                "jquery.js",
                "quote.js",
                "interface.js",
                "inject.js"
            ]
        }
    ]
}