IP Website- on screen
Current website IP at the right bottom corner on your screen.
什麼是IP Website- on screen?
IP Website- on screen是由proEXT開發的Chrome擴展程式,該擴展的主要功能是“Current website IP at the right bottom corner on your screen.”。
擴展截圖
下載IP Website- on screen擴展crx文件
下載IP Website- on screen擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
IPeX- your browsing helper. IPeX adds Ip of the website you are visiting this time. What you've got: - Free and simple extension, al that you need. - Disable/Enable option by click on icon - Website IPv4/IPv6 Address - Hiding IP while in printing screen Note! Privacy is important for me. I don't save or store any IP address or other data.
擴展基本資訊
名稱 | |
ID | iadcmdnkhnopcpaamgoiealadkdddddi |
官方網址 | https://chrome.google.com/webstore/detail/ip-website-on-screen/iadcmdnkhnopcpaamgoiealadkdddddi |
簡介 | Current website IP at the right bottom corner on your screen. |
檔案大小 | 86.5 KB |
安裝次數 | 2,000 |
目前版本 | 0.9.9 |
更新時間 | 2020-11-24 |
上架時間 | 2020-10-31 |
評分 | 3.60/5 共 5 次評分 |
開發者 | proEXT |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | id,ms,de,en,en-GB,fr,nl,no,vi,ca,da,et,es,es-419,hr,it,lv,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.9.9", "default_locale": "en", "name": "__MSG_name__", "description": "__MSG_description__", "minimum_chrome_version": "18", "manifest_version": 2, "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "\/images\/icon48.png", "default_popup": "popup.html", "default_title": "Website IP Options" }, "content_scripts": [ { "all_frames": false, "run_at": "document_end", "js": [ "jquery.ip.js", "ip.js" ], "css": [ "css\/ip.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |