New Repl

Quickly create a new repl on repl.it! (Not associated with repl.it)

ما هو New Repl؟

New Repl هو إضافة Chrome تم تطويرها بواسطة GavHern، والميزة الرئيسية لها هي "Quickly create a new repl on repl.it! (Not associated with repl.it)".

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

screenshot
screenshot

تحميل ملف CRX للإضافة New Repl

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

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

                        Quickly create a new repl.it project from anywhere on Chrome! Choose what language you want to write in and you're all set!

Created by Gav Hern, not affiliated with repl.it or Neoreason                    

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

الاسم New Repl New Repl
ID ebpfoggdhbonnbpioddlandlicknhobk
عنوان URL الرسمي https://chromewebstore.google.com/detail/new-repl/ebpfoggdhbonnbpioddlandlicknhobk
الوصف Quickly create a new repl on repl.it! (Not associated with repl.it)
حجم الملف 78.83 KB
عدد التثبيتات 84
النسخة الحالية 1.1.0
آخر تحديث 2019-05-17
تاريخ النشر 2019-05-16
تقييم 5.00/5 مجموع تقييمات 2
المطور GavHern
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Repl",
    "short_name": "Quickly make repls",
    "description": "Quickly create a new repl on repl.it! (Not associated with repl.it)",
    "version": "1.1.0",
    "icons": {
        "128": "icon_128_extension.png"
    },
    "permissions": [],
    "browser_action": {
        "browser_icon": "Icon_128.png",
        "default_popup": "popup.html",
        "default_title": "New Repl"
    }
}