Whois Sorgu

Ziyaret ettiğiniz websitelerine ait whois bilgilerine tek tıkla ulaşın.

Whois Sorgu란 무엇입니까?

Whois Sorgu은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ziyaret ettiğiniz websitelerine ait whois bilgilerine tek tıkla ulaşın."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Whois Sorgu 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Güncellenmiş versiyonda, sayfa içerisinde geçen alan adlarını tespit ederek hemen ardına whois linki ekliyor.

Sürüm Notları
v0.1.4
- 93 yeni gTLD için destek eklendi.

v0.1.3
- 53 yeni gTLD için destek eklendi.

v0.1.2
- Sayfa içeriğine eklenen (Whois) linklerinde URL'ler devre dışı bırakıldı. Yani www.alanadlari.com metninin sonuna link eklenirken, www.alanadlari.com/alt-sayfa.html metninde ekleme yapılmıyor.

v0.1.1
- Sayfa içerisindeki metinlerde geçen alan adlarının sonuna (Whois) linki ekleniyor.                    

확장 프로그램 기본 정보

이름 Whois Sorgu Whois Sorgu
ID hikaochjlopjppgmfbpdegppfgpjepmo
공식 URL https://chromewebstore.google.com/detail/whois-sorgu/hikaochjlopjppgmfbpdegppfgpjepmo
설명 Ziyaret ettiğiniz websitelerine ait whois bilgilerine tek tıkla ulaşın.
파일 크기 45.4 KB
설치 횟수 17
현재 버전 0.1.4
최근 업데이트 2015-03-12
출시 날짜 2015-03-12
평점 5.00/5 총 1 개의 평점
개발자 Unknown
결제 유형 free
확장 프로그램 웹 사이트 http://www.sorgu.com
지원되는 언어 tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Whois Sorgu",
    "short_name": "Whois Sorgu",
    "version": "0.1.4",
    "manifest_version": 2,
    "description": "Ziyaret etti\u011finiz websitelerine ait whois bilgilerine tek t\u0131kla ula\u015f\u0131n.",
    "homepage_url": "http:\/\/sorgu.com",
    "icons": {
        "16": "icons\/black\/icon16.png",
        "48": "icons\/black\/icon48.png",
        "128": "icons\/black\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/background.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/jquery-2.1.1.min.js",
                "src\/content.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "page_action": {
        "default_icon": "icons\/transparent\/icon19.png",
        "default_title": "Whois Sorgu"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ]
}