Today in History

Learn what happened today in history around the world including major events on crime, entertainment, and more.

Today in Historyคืออะไร?

Today in History เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.skylandsoft.com และคุณลักษณะหลักของมันคือ "Learn what happened today in history around the world including major events on crime, entertainment, and more."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Today in History

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

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

                        Today In History is a chronological timetable of Historical facts in the areas of military, politics, science, music, sports, arts, entertainment and more.                    

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

ชื่อ Today in History Today in History
ID dbojgfjmcencknkdkecolnfailiegnlf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/today-in-history/dbojgfjmcencknkdkecolnfailiegnlf
คำอธิบาย Learn what happened today in history around the world including major events on crime, entertainment, and more.
ขนาดไฟล์ 76.38 KB
จำนวนการติดตั้ง 292
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2019-03-23
วันที่เผยแพร่ 2019-03-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://www.skylandsoft.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "https:\/\/todayinhistoryapi.herokuapp.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Today in History",
        "default_popup": "popup.html"
    }
}