IP-Address
Shows your IP address with some additional Information and adds easy copy and paste functionality!
IP-Addressคืออะไร?
IP-Address เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ✰✰✰✰✰✰ และคุณลักษณะหลักของมันคือ "Shows your IP address with some additional Information and adds easy copy and paste functionality!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IP-Address
ดาวน์โหลดไฟล์ส่วนขยาย IP-Address ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
IP-Address shows your IP Address information simply with a click of a button.
best Features of IP Adress:
- shows country and DNS details
- copies your IP adress to clipboard automatically or with a simple click
- paste your IP via the rightclick context menu
- much more faster than IP Address and Domain Information, ShowIP, What's my IP, My IP reveal , What Is My IP Address or MyIP
Privacy is important for me.
I don't save or store any IP address or other data. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ghlojgpiinfelppegaabbiphgomaidml |
| URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ip-address/ghlojgpiinfelppegaabbiphgomaidml |
| คำอธิบาย | Shows your IP address with some additional Information and adds easy copy and paste functionality! |
| ขนาดไฟล์ | 35.09 KB |
| จำนวนการติดตั้ง | 14,261 |
| เวอร์ชันปัจจุบัน | 2.4 |
| อัปเดตครั้งล่าสุด | 2015-08-10 |
| วันที่เผยแพร่ | 2015-08-10 |
| คะแนน | 4.64/5 รวมทั้งหมด 324 คะแนน |
| ผู้พัฒนา | ✰✰✰✰✰✰ |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://chrome.google.com/webstore/detail/ip-address/ghlojgpiinfelppegaabbiphgomaidml |
| ภาษาที่รองรับ | de,en,fr,es,it |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"version": "2.4",
"manifest_version": 2,
"background": {
"scripts": [
"js\/lib\/zepto.js",
"js\/utils.js",
"js\/eventPage.js"
]
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com\/ https:\/\/apis.google.com; object-src 'self'",
"default_locale": "en",
"browser_action": {
"default_icon": "images\/icon128.png",
"default_title": "IP-Address",
"default_popup": "html\/popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/content.js"
]
}
],
"permissions": [
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |