Livejournal-IPs
Shows geo-ip information on Livejournal pages (country, city)
ما هو Livejournal-IPs؟
Livejournal-IPs هو إضافة Chrome تم تطويرها بواسطة orleanz، والميزة الرئيسية لها هي "Shows geo-ip information on Livejournal pages (country, city)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Livejournal-IPs
قم بتنزيل ملفات الامتداد Livejournal-IPs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" } } |