dotbit.me .bit web surfer
An extension that enables surfing .bit sites, a peer-to-peer domain system based on Namecoin.
Co je dotbit.me .bit web surfer?
dotbit.me .bit web surfer je rozšíření Chrome vyvinuté http://dotbit.me, a jeho hlavní funkcí je „An extension that enables surfing .bit sites, a peer-to-peer domain system based on Namecoin.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření dotbit.me .bit web surfer
Stáhněte si soubory rozšíření dotbit.me .bit web surfer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | kkjfoinnbmgmjgmiakbbhggdmccbjhga |
Oficiální URL | https://chrome.google.com/webstore/detail/dotbitme-bit-web-surfer/kkjfoinnbmgmjgmiakbbhggdmccbjhga |
Popis | An extension that enables surfing .bit sites, a peer-to-peer domain system based on Namecoin. |
Velikost souboru | 15.89 KB |
Počet instalací | 859 |
Aktuální Verze | 0.15 |
Poslední Aktualizace | 2014-03-09 |
Datum Vydání | 2014-03-09 |
Hodnocení | 5.00/5 Celkem 11 Hodnocení |
Vývojář | http://dotbit.me |
Typ Platby | free |
Webové stránky Rozšíření | https://dotbit.me/proxy/ |
Podporované Jazyky | 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\/" } |