Meet The World
Save the location of your favorite Instagram pictures and visualize them in a map.
Meet The Worldคืออะไร?
Meet The World เป็นส่วนขยายของ Chrome ที่พัฒนาโดย judsirera และคุณลักษณะหลักของมันคือ "Save the location of your favorite Instagram pictures and visualize them in a map."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meet The World
ดาวน์โหลดไฟล์ส่วนขยาย Meet The World ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Meet The World is an app for saving the location of your favorite Instagram pictures. Then, they are displayed on a map, allowing the user to navigate through. Save your spots with the google chrome extension and visualize it them on the website
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dnjacdhjmipmijabeoocdgaglpbkbkpp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/meet-the-world/dnjacdhjmipmijabeoocdgaglpbkbkpp |
คำอธิบาย | Save the location of your favorite Instagram pictures and visualize them in a map. |
ขนาดไฟล์ | 251 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 1.0.8 |
อัปเดตครั้งล่าสุด | 2018-04-07 |
วันที่เผยแพร่ | 2018-04-07 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | judsirera |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://judithsirera.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meet The World", "short_name": "meettheworld", "version": "1.0.8", "manifest_version": 2, "description": "Save the location of your favorite Instagram pictures and visualize them in a map.", "homepage_url": "http:\/\/meettheworld.judithsirera.com\/", "web_accessible_resources": [ "images\/*.png" ], "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon_19.png", "default_title": "InstaTravel", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "chrome:\/\/favicon\/", "contentSettings", "tabs", "cookies", "webRequest", "*:\/\/*.instagram.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "js\/jquery\/jquery.js", "js\/htmlElements.js", "js\/firebase.js", "js\/firebaseManager.js", "js\/instagramManager.js", "src\/inject\/inject.js" ] } ] } |