localhost
Convert the port after localhost to numbers
localhost क्या है?
localhost silvandiepen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert the port after localhost to numbers"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में localhost एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 |
सहायता पृष्ठ URL | 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 } |