Cumevremea - Get The Current Weather

Do you want to know how the current weather is like? Cumevremea shows you the current temperature and other interesting features.

Cumevremea - Get The Current Weatherคืออะไร?

Cumevremea - Get The Current Weather เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cumevremea.bogdanpaul.com และคุณลักษณะหลักของมันคือ "Do you want to know how the current weather is like? Cumevremea shows you the current temperature and other interesting features."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cumevremea - Get The Current Weather

ดาวน์โหลดไฟล์ส่วนขยาย Cumevremea - Get The Current Weather ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Display the current weather in just one click!

Cumevremea is an innovative and totally free solution for your PC, Mac or Chromebook, that will help you to discover the current weather, the level of humidity, the level of cloudiness, when the sun rises and sets.

This unique solution enables you to figure out all of the above
with just one click on the umbrella icon from the Chrome toolbar.

FACEBOOK:
https://facebook.com/bogdanpaulwebdev/

INSTAGRAM:
https://instagram.com/bogdanpaulwebdev/

WEBSITE:
https://bogdanpaul.com/

CUMEVREMEA: 
https://cumevremea.bogdanpaul.com/

CUMEVREMEA PRIVACY AND POLICY:
https://cumevremea.bogdanpaul.com/pages/privacypolicy

Change Log:
1.0.1 - fixed icons bug(invalid icon display);
1.0.2 - added the initials of the country next to the name of the city;
1.0.3 - fixed timezone problem(sunrise and sunset) when you search for a city;
1.0.4 - added a back button on search page;
1.0.5 - FIRST MAJOR UPDATE :
-added scrollbar;
-animated icons;
-added current time & clock icon on home page and search page;
-minor modifications on 404 page;
-minor modifications on search page;
1.0.6 - added beaufort scale on both home and search page;
-added new icons;
1.0.7 - send data via https;
1.0.8 - added 4 new icons;
1.0.9 - minor modifications;
2.0.0 - DARK MODE;
2.0.1 - added several improvements & now you can see the current temperature without clicking on the extension; it is updating every time you open a new google chrome tab;
2.0.2, 2.0.3 - fixed minor bugs;                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cumevremea - Get The Current Weather Cumevremea - Get The Current Weather
ID lhdafgmknmfkejepfoibbcbjmeijnkam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cumevremea-get-the-curren/lhdafgmknmfkejepfoibbcbjmeijnkam
คำอธิบาย Do you want to know how the current weather is like? Cumevremea shows you the current temperature and other interesting features.
ขนาดไฟล์ 132 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 2.0.3
อัปเดตครั้งล่าสุด 2021-03-24
วันที่เผยแพร่ 2020-11-02
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://cumevremea.bogdanpaul.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cumevremea.bogdanpaul.com/
URL หน้านโยบายความเป็นส่วนตัว https://cumevremea.bogdanpaul.com/pages/privacypolicy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cumevremea - Get The Current Weather",
    "version": "2.0.3",
    "description": "Do you want to know how the current weather is like? Cumevremea shows you the current temperature and other interesting features.",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/stackpath.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com https:\/\/fonts.googleapis.com; object-src 'self'",
    "permissions": [
        "geolocation"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}