Html Scan

Scan and copy text, html markup on any websites

ما هو Html Scan؟

Html Scan هو إضافة Chrome تم تطويرها بواسطة reactgo.com، والميزة الرئيسية لها هي "Scan and copy text, html markup on any websites".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Html Scan

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

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

                        Html Scan helps to copy html code, text  instantly in any webpages with one click.

- You can also view current html element width & height, font-family and font-size.

- You can copy entire page html code with one click.

- Change to text button helps to copy text instead of html code.

Very fast, No libraries used pure JavaScript.                    

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

الاسم Html Scan Html Scan
ID jkkccmdilclkdkhkfdmcbdiagpibmpne
عنوان URL الرسمي https://chromewebstore.google.com/detail/html-scan/jkkccmdilclkdkhkfdmcbdiagpibmpne
الوصف Scan and copy text, html markup on any websites
حجم الملف 167 KB
عدد التثبيتات 4,242
النسخة الحالية 0.5.1
آخر تحديث 2020-02-03
تاريخ النشر 2020-02-01
تقييم 4.79/5 مجموع تقييمات 14
المطور reactgo.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://reactgo.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Html Scan",
    "short_name": "Html Scan",
    "version": "0.5.1",
    "description": "Scan and copy text, html markup on any websites ",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "page": "ss.html"
    },
    "icons": {
        "16": "images\/16x16-logo.png",
        "48": "images\/48x48-icon.png",
        "128": "images\/128x128-icon.png"
    },
    "homepage_url": "https:\/\/reactgo.com",
    "browser_action": {
        "default_icon": "images\/16x16-logo.png",
        "default_title": "Html Scan"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}