Quote Image As Text

Quote arbitary images on the web as markdown text

ما هو Quote Image As Text؟

Quote Image As Text هو إضافة Chrome تم تطويرها بواسطة motemen، والميزة الرئيسية لها هي "Quote arbitary images on the web as markdown text".

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

screenshot

تحميل ملف CRX للإضافة Quote Image As Text

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

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

                        Adds a context menu for images that enables you to quote the image easily. A markdown text is copied to your clipboard.                    

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

الاسم Quote Image As Text Quote Image As Text
ID fjjehanehnaejfgnmkgebkefbdnebbkc
عنوان URL الرسمي https://chromewebstore.google.com/detail/quote-image-as-text/fjjehanehnaejfgnmkgebkefbdnebbkc
الوصف Quote arbitary images on the web as markdown text
حجم الملف 8.43 KB
عدد التثبيتات 225
النسخة الحالية 0.0.2
آخر تحديث 2014-04-05
تاريخ النشر 2014-04-05
تقييم 4.00/5 مجموع تقييمات 2
المطور motemen
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quote Image As Text",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Quote arbitary images on the web as markdown text",
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "notifications"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    }
}