Meet The World
Save the location of your favorite Instagram pictures and visualize them in a map.
Meet The Worldとは何ですか?
Meet The Worldはjudsireraによって開発されたChromeの拡張機能で、その主な機能は「Save the location of your favorite Instagram pictures and visualize them in a map.」です。
拡張機能のスクリーンショット
Meet The World拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } ] } |