dotbit.me .bit web surfer
An extension that enables surfing .bit sites, a peer-to-peer domain system based on Namecoin.
dotbit.me .bit web surfer란 무엇입니까?
dotbit.me .bit web surfer은(는) http://dotbit.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that enables surfing .bit sites, a peer-to-peer domain system based on Namecoin."입니다.
확장 프로그램 스크린샷
dotbit.me .bit web surfer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension was created to make it as easy as possible for people to surf .bit domains. Bit domains are managed by the peer-to-peer Namecoin network with no central authority. The system is still at an early stage of development but grows rapidly. The authoritative source for .bit domains is the Namecoin block chain. This means normal DNS servers can currently not be used and surfing .bit domains remains difficult. This extension is in a very early state of development and needs a lot of work - please do not hesitate to contact me if you want to help with the programming or with bugs or feature suggestions. It is open source and available on Github: https://github.com/Tagide/chrome-bit-domain-extension
확장 프로그램 기본 정보
이름 | |
ID | kkjfoinnbmgmjgmiakbbhggdmccbjhga |
공식 URL | https://chrome.google.com/webstore/detail/dotbitme-bit-web-surfer/kkjfoinnbmgmjgmiakbbhggdmccbjhga |
설명 | An extension that enables surfing .bit sites, a peer-to-peer domain system based on Namecoin. |
파일 크기 | 15.89 KB |
설치 횟수 | 859 |
현재 버전 | 0.15 |
최근 업데이트 | 2014-03-09 |
출시 날짜 | 2014-03-09 |
평점 | 5.00/5 총 11 개의 평점 |
개발자 | http://dotbit.me |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://dotbit.me/proxy/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "proxy.js" ] }, "icons": { "128": "icon-128.png" }, "manifest_version": 2, "name": "dotbit.me .bit web surfer", "short_name": ".bit web surfer", "permissions": [ "proxy", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "version": "0.15", "description": "An extension that enables surfing .bit sites, a peer-to-peer domain system based on Namecoin.", "homepage_url": "https:\/\/dotbit.me\/proxy\/" } |