R1P Resolve IP
Takes current domain name and returns IP Address and other...
Co to jest R1P Resolve IP?
R1P Resolve IP to rozszerzenie Chrome opracowane przez Enrico Fanucchi, a jego główną funkcją jest „Takes current domain name and returns IP Address and other...”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia R1P Resolve IP
Pobierz pliki rozszerzeń R1P Resolve IP w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Takes current domain name and returns IP Address and other functionalities...
Changelog:
- Ver 1.3.0 Optimize code and fixed bugs
- Ver 1.2.8 Fixed minor bugs
- Ver 1.2.5 Options in popup and Remember options choosed
- Ver 1.2 Change GUI
- Ver 1.1 Fixed minor bugs
- Ver 1.0 Final Release
- Update 0.9 Change Layout Design.
- Update 0.8 Add Option Featured Proxy ip
- Update 0.7 Add Option Featured Domain Whois service
- Update 0.6 Add Options Tab for enable and disable featured.
- Update 0.5 Optimize code and bug fix
- Update 0.4 Introduced new featured Ip Country
- Update 0.3 Bug Fix
- Update 0.2 First release publish
- Update 0.1 Start Project Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lhmkjhoknedemninacdmficmlfoihmpd |
| Oficjalny URL | https://chromewebstore.google.com/detail/r1p-resolve-ip/lhmkjhoknedemninacdmficmlfoihmpd |
| Opis | Takes current domain name and returns IP Address and other... |
| Rozmiar pliku | 101 KB |
| Liczba instalacji | 39 |
| Aktualna Wersja | 1.3.0 |
| Ostatnia Aktualizacja | 2017-03-16 |
| Data Publikacji | 2017-03-16 |
| Ocena | 5.00/5 Łącznie 8 Oceny |
| Deweloper | Enrico Fanucchi |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "R1P Resolve IP",
"version": "1.3.0",
"manifest_version": 2,
"description": "Takes current domain name and returns IP Address and other...",
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"icons": {
"16": "img\/x18.png",
"48": "img\/x48.png",
"128": "img\/x128.png"
},
"browser_action": {
"default_popup": "popup.html",
"default_title": "Click for resolve current IP"
},
"permissions": [
"tabs",
"storage"
]
} | |