HostAdmin

Saving your time when you switch domain-ip mapping (Hosts file) between different environment. Awesome host file editor !

HostAdmin क्या है?

HostAdmin T.G. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Saving your time when you switch domain-ip mapping (Hosts file) between different environment. Awesome host file editor !"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HostAdmin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        HostAdmin Chrome port

Saving your time when you switch domain-ip mapping between different environment

Firefox Version
https://addons.mozilla.org/en-US/firefox/addon/hostadmin/

Introduction
HostAdmin is a Firefox Addon , that helps you modify the Hosts file , switch domain-ip mapping. HostAdmin can understand your Hosts file via a enhanced Hosts file syntax.

In additional, HostAdmin refresh your DNS cache automaticlly whenever you change your Hosts file, even manually.

How does HostAdmin analyze the Hosts file
Common
IP DOMAIN [#COMMENT]

127.0.0.1 localhost #comment here

when comment is 'hide' (case-insensitive), that line would not display in menu.

Grouping

#==== Project 1
#127.0.0.1 localhost1
127.0.0.1 localhost2
127.0.0.1 localhost3
#====

#==== Project 2
#127.0.0.1 localhost1
#127.0.0.1 localhost2
#127.0.0.1 localhost3
#====


Syntax detail
http://code.google.com/p/fire-hostadmin/wiki/HOST_SYNTAX

Switching Hosts using HostAdmin
By using HostAdmin to switch Hosts, the Hosts need to be written access.
XP users need NO additional setting
Here is a guide for you to gain write privilege for Vista/7/Linux users
http://code.google.com/p/fire-hostadmin/wiki/GAIN_HOSTS_WRITE_PERM

Switch Hosts Manually
The Hosts might be switched manually
If they do so
HostAdmin will refresh DNS immediately

Feedback
http://code.google.com/p/fire-hostadmin/issues/list                    

एक्सटेंशन की मूल जानकारी

नाम HostAdmin HostAdmin
ID oklkidkfohahankieehkeenbillligdn
आधिकारिक URL https://chromewebstore.google.com/detail/hostadmin/oklkidkfohahankieehkeenbillligdn
विवरण Saving your time when you switch domain-ip mapping (Hosts file) between different environment. Awesome host file editor !
फ़ाइल का आकार 181 KB
स्थापना संख्या 1,152
वर्तमान संस्करण 1.4.8
अंतिम अपडेट 2013-08-17
प्रकाशन तिथि 2013-08-17
रेटिंग 4.00/5 कुल 51 रेटिंग्स
डेवलपर T.G.
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/tg123/chrome-hostadmin
सहायता पृष्ठ URL http://code.google.com/p/fire-hostadmin/w/list
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HostAdmin",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "128": "icons\/icon128.png"
    },
    "version": "1.4.8",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "browsingData"
    ],
    "description": "Saving your time when you switch domain-ip mapping (Hosts file) between different environment. Awesome host file editor !",
    "background": {
        "persistent": true,
        "page": "container\/chrome\/background.html"
    },
    "plugins": [
        {
            "path": "npapi\/hostadmin.x86.so"
        },
        {
            "path": "npapi\/hostadmin.amd64.so"
        },
        {
            "path": "npapi\/hostadmin.dll"
        },
        {
            "path": "npapi\/hostadmin.plugin"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "core\/popup.html"
    }
}