CliMate
This extension allow you to the current weather in any city
ما هو CliMate؟
CliMate هو إضافة Chrome تم تطويرها بواسطة tbsrextensions، والميزة الرئيسية لها هي "This extension allow you to the current weather in any city".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CliMate
قم بتنزيل ملفات الامتداد CliMate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A simple, streamlined weather visualizing extension. Nothing more than what's needed.
معلومات أساسية عن التمديد
الاسم | CliMate |
ID | okobmelmklphllhhhfbndaeeemgphdal |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/climate/okobmelmklphllhhhfbndaeeemgphdal |
الوصف | This extension allow you to the current weather in any city |
حجم الملف | 104 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-01-22 |
تاريخ النشر | 2017-01-22 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | tbsrextensions |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CliMate", "description": "This extension allow you to the current weather in any city", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click for weather" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/*" ], "js": [ "jquery.js" ] } ] } |