RegExTranslator: Decode RegEx in your browser

This extension displays a translator for Regular Expressions to English and back again

RegExTranslator: Decode RegEx in your browserคืออะไร?

RegExTranslator: Decode RegEx in your browser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://regextranslator.com และคุณลักษณะหลักของมันคือ "This extension displays a translator for Regular Expressions to English and back again"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RegExTranslator: Decode RegEx in your browser

ดาวน์โหลดไฟล์ส่วนขยาย RegExTranslator: Decode RegEx in your browser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Adds a button for RegEx Translator, allowing you to open a new tab that lets you translate back and forth between English and Regular Expressions. Try it now to decode a regular expression, or to construct one with simple English.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RegExTranslator: Decode RegEx in your browser RegExTranslator: Decode RegEx in your browser
ID dndiklaphienblglocjmgplamipmocdo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/regextranslator-decode-re/dndiklaphienblglocjmgplamipmocdo
คำอธิบาย This extension displays a translator for Regular Expressions to English and back again
ขนาดไฟล์ 13.44 KB
จำนวนการติดตั้ง 102
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-08-13
วันที่เผยแพร่ 2017-08-13
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://regextranslator.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://regextranslator.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RegExTranslator: Decode RegEx in your browser",
    "description": "This extension displays a translator for Regular Expressions to English and back again",
    "version": "1.0",
    "browser_action": {
        "default_icon": ".\/android-chrome-144x144.png",
        "default_title": "RegExTranslator"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "144": ".\/android-chrome-144x144.png",
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png"
    }
}