Currently
Replace new tab screen with current time and weather.
ما هو Currently؟
Currently هو إضافة Chrome تم تطويرها بواسطة Currently، والميزة الرئيسية لها هي "Replace new tab screen with current time and weather.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Currently
قم بتنزيل ملفات الامتداد Currently بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Currently is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather while providing convenient web search powered by Yahoo. Permissions & Reasons Used Our extension uses the minimum permissions required: Permission: "geolocation" Reason: "In order for Currently to display accurate weather information for your area, it requires the ability to query your Latitude and Longitude."
معلومات أساسية عن التمديد
الاسم | |
ID | ojhmphdkpgbibohbnpbfiefkgieacjmh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh |
الوصف | Replace new tab screen with current time and weather. |
حجم الملف | 29.07 MB |
عدد التثبيتات | 70,000 |
النسخة الحالية | 5.1.1 |
آخر تحديث | 2021-08-29 |
تاريخ النشر | 2021-01-18 |
تقييم | 4.05/5 مجموع تقييمات 2041 |
المطور | Currently |
البريد الإلكتروني | [email protected] |
نوع الدفع | in_app |
عنوان صفحة سياسة الخصوصية | https://search.currentlyweather.com/home/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Currently", "version": "5.1.1", "manifest_version": 2, "description": "Replace new tab screen with current time and weather.", "background": { "scripts": [ "core\/index.js" ] }, "icons": { "16": "icon16.png", "96": "icon96.png", "128": "icon128.png" }, "chrome_url_overrides": { "newtab": "public\/index.html" }, "permissions": [ "geolocation" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self';", "web_accessible_resources": [ "*.json" ] } |