Livejournal-IPs
Shows geo-ip information on Livejournal pages (country, city)
Livejournal-IPs क्या है?
Livejournal-IPs orleanz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows geo-ip information on Livejournal pages (country, city)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Livejournal-IPs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome extension to show geo-ip information on Livejournal pages Livejournal has an option to record IPs of commenters. This tools add geo-ip information based on those recorded IPs. You can immediately see from which part of the world the comment was posted. Country, state province and city are shown. This is an open source tool, please view soure code at https://github.com/orleanz/livejournal-ips
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jfkkfgnjpafebeahcmoiccpeonjamlcm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/livejournal-ips/jfkkfgnjpafebeahcmoiccpeonjamlcm |
विवरण | Shows geo-ip information on Livejournal pages (country, city) |
फ़ाइल का आकार | 111 KB |
स्थापना संख्या | 27 |
वर्तमान संस्करण | 1.6 |
अंतिम अपडेट | 2015-05-24 |
प्रकाशन तिथि | 2015-05-24 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | orleanz |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/orleanz/livejournal-ips |
सहायता पृष्ठ URL | https://github.com/orleanz/livejournal-ips |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Livejournal-IPs", "description": "Shows geo-ip information on Livejournal pages (country, city)", "version": "1.6", "content_scripts": [ { "matches": [ "http:\/\/*.livejournal.com\/*", "http:\/\/lentascope.net\/*" ], "js": [ "jquery-2.1.3.min.js", "content.js" ] } ], "icons": { "16": "icon.png", "48": "icon48.png" } } |