Rambler/weather
Instant access to the weather forecast worldwide
Qu'est-ce que Rambler/weather ?
Rambler/weather est une extension Chrome développée par https://soft.rambler.ru, et sa fonction principale est "Instant access to the weather forecast worldwide".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Rambler/weather
Téléchargez les fichiers d'extension Rambler/weather 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
If in doubt whether to take an umbrella, a down coat or a bucket hat, ask Rambler/weather! A simple and user-friendly Rambler/weather extension will show the weather forecast for the near future in your location and anywhere in the world. The extension will determine your whereabouts on its own and will deliver an accurate and clearly formulated forecast. Add other locations to the list and trace the weather there. Rain or snow or hot sun - with the Rambler/forecast extension you will be prepared for any whims of the weather with just a single click.
Informations de Base sur l'Extension
Nom | Rambler/weather |
ID | mnellcecpgpeniolniglgfdfphfeoffo |
URL Officiel | https://chromewebstore.google.com/detail/ramblerweather/mnellcecpgpeniolniglgfdfphfeoffo |
Description | Instant access to the weather forecast worldwide |
Taille du Fichier | 741 KB |
Nombre d'Installations | 6,112 |
Version Actuelle | 3.0.3 |
Dernière Mise à Jour | 2018-07-16 |
Date de Publication | 2018-07-16 |
Évaluation | 3.42/5 Total 86 Évaluations |
Développeur | https://soft.rambler.ru |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://soft.rambler.ru/ |
URL de la Page d'Aide | https://help.rambler.ru/feedback/weather/ |
Langues Prises en Charge | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "46", "name": "__MSG_name__", "description": "__MSG_description__", "permissions": [ "storage" ], "default_locale": "ru", "version": "3.0.3", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "browser_action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png" }, "default_popup": "popup\/index.html" }, "background": { "scripts": [ "background\/index.js" ] }, "content_security_policy": "script-src 'self' https:\/\/st.top100.ru ; object-src 'self' ;" } |