Code Tag

This extension helps add html tag for editable selected context

ما هو Code Tag؟

Code Tag هو إضافة Chrome تم تطويرها بواسطة zouyu4524، والميزة الرئيسية لها هي "This extension helps add html tag for editable selected context".

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

screenshot

تحميل ملف CRX للإضافة Code Tag

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

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

 在博客的HTML编辑页面为选定的内容 添加HTML标签 注意:安装后请刷新需要使用该插件的页面以生效。 目前支持两种模式: 1. Block (
...
) 2. Inline (...) 配合Blogger添加自定义CSS效果更佳!

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

الاسم Code Tag Code Tag
ID nglfhnmgedigeapkbmmgcngomahhbdol
عنوان URL الرسمي https://chromewebstore.google.com/detail/code-tag/nglfhnmgedigeapkbmmgcngomahhbdol
الوصف This extension helps add html tag for editable selected context
حجم الملف 38.4 KB
عدد التثبيتات 28
النسخة الحالية 0.3
آخر تحديث 2017-06-27
تاريخ النشر 2017-06-26
تقييم 4.00/5 مجموع تقييمات 3
المطور zouyu4524
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Code Tag",
    "description": "This extension helps add html tag for editable selected context",
    "version": "0.3",
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "addTag.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}