Meet The World
Save the location of your favorite Instagram pictures and visualize them in a map.
Qu'est-ce que Meet The World ?
Meet The World est une extension Chrome développée par judsirera, et sa fonction principale est "Save the location of your favorite Instagram pictures and visualize them in a map.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Meet The World
Téléchargez les fichiers d'extension Meet The World au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | dnjacdhjmipmijabeoocdgaglpbkbkpp |
URL Officiel | https://chrome.google.com/webstore/detail/meet-the-world/dnjacdhjmipmijabeoocdgaglpbkbkpp |
Description | Save the location of your favorite Instagram pictures and visualize them in a map. |
Taille du Fichier | 251 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.0.8 |
Dernière Mise à Jour | 2018-04-07 |
Date de Publication | 2018-04-07 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | judsirera |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://judithsirera.com/ |
Langues Prises en Charge | 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" ] } ] } |