Whois Sorgu
Ziyaret ettiğiniz websitelerine ait whois bilgilerine tek tıkla ulaşın.
What is Whois Sorgu?
Whois Sorgu is a Chrome extension developed by Unknown, and its main feature is "Ziyaret ettiğiniz websitelerine ait whois bilgilerine tek tıkla ulaşın.".
Extension Screenshots
Download Whois Sorgu Extension CRX File
Download Whois Sorgu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Whois Sorgu |
ID | hikaochjlopjppgmfbpdegppfgpjepmo |
Official URL | https://chromewebstore.google.com/detail/whois-sorgu/hikaochjlopjppgmfbpdegppfgpjepmo |
Description | Ziyaret ettiğiniz websitelerine ait whois bilgilerine tek tıkla ulaşın. |
File Size | 45.4 KB |
Installation Count | 17 |
Current Version | 0.1.4 |
Last Updated | 2015-03-12 |
Publish Date | 2015-03-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | http://www.sorgu.com |
Supported Languages | 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:\/\/*\/*" ] } |