localhost

Convert the port after localhost to numbers

ما هو localhost؟

localhost هو إضافة Chrome تم تطويرها بواسطة silvandiepen، والميزة الرئيسية لها هي "Convert the port after localhost to numbers".

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

screenshot

تحميل ملف CRX للإضافة localhost

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

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

                        type localhost/ in your url bar to enable this extension. Afterwards type in the name of the port you want to be converted in to numbers.

For instance type: 'localhost/' and then, 'port' and the browser will redirect you to http://localhost:7678

When you just want to convert a port: 'localhost/' > space > `port [nametoconvert]`                    

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

الاسم localhost localhost
ID akmeopjagninifebigecedjdmmbfmibn
عنوان URL الرسمي https://chromewebstore.google.com/detail/localhost/akmeopjagninifebigecedjdmmbfmibn
الوصف Convert the port after localhost to numbers
حجم الملف 21.1 KB
عدد التثبيتات 597
النسخة الحالية 1.0.7
آخر تحديث 2018-09-19
تاريخ النشر 2018-09-19
المطور silvandiepen
نوع الدفع free
موقع الإضافة http://port.svd.im
عنوان صفحة المساعدة http://port.svd.im
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "localhost",
    "short_name": "localhost",
    "version": "1.0.7",
    "description": "Convert the port after localhost to numbers",
    "omnibox": {
        "keyword": "localhost\/"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "clipboardWrite"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}