HostAdmin
Saving your time when you switch domain-ip mapping (Hosts file) between different environment. Awesome host file editor !
HostAdmin란 무엇입니까?
HostAdmin은(는) T.G.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Saving your time when you switch domain-ip mapping (Hosts file) between different environment. Awesome host file editor !"입니다.
확장 프로그램 스크린샷
HostAdmin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 확장 프로그램 기본 정보
| 이름 | |
| 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"
}
} | |