Meet The World

Save the location of your favorite Instagram pictures and visualize them in a map.

Meet The World là gì?

Meet The World là một tiện ích mở rộng Chrome được phát triển bởi judsirera, và tính năng chính của nó là "Save the location of your favorite Instagram pictures and visualize them in a map.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Meet The World

Tải xuống các tệp mở rộng Meet The World dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Meet The World Meet The World
ID dnjacdhjmipmijabeoocdgaglpbkbkpp
URL Chính Thức https://chrome.google.com/webstore/detail/meet-the-world/dnjacdhjmipmijabeoocdgaglpbkbkpp
Mô tả Save the location of your favorite Instagram pictures and visualize them in a map.
Kích Thước Tệp 251 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2018-04-07
Ngày Phát Hành 2018-04-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển judsirera
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://judithsirera.com/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}