Age Calculator and Updater by Rofi

Age Calculator and Updater as Chrome Extension by Rofi

Age Calculator and Updater by Rofiคืออะไร?

Age Calculator and Updater by Rofi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://age.rofi.link และคุณลักษณะหลักของมันคือ "Age Calculator and Updater as Chrome Extension by Rofi"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Age Calculator and Updater by Rofi

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

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

                        Homepage extension to show your age in years, month(s), day(s), hour(s), minute(s), and second(s). This extension will change your new tab behavior.                    

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

ชื่อ Age Calculator and Updater by Rofi Age Calculator and Updater by Rofi
ID olndgnldoobcecnijailjdekbcpfgfeh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/age-calculator-and-update/olndgnldoobcecnijailjdekbcpfgfeh
คำอธิบาย Age Calculator and Updater as Chrome Extension by Rofi
ขนาดไฟล์ 178 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 4.0.0
อัปเดตครั้งล่าสุด 2023-06-18
วันที่เผยแพร่ 2020-12-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://age.rofi.link
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://age.rofi.link/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Age Calculator and Updater",
    "name": "Age Calculator and Updater by Rofi",
    "description": "Age Calculator and Updater as Chrome Extension by Rofi",
    "version": "4.0.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'self'; img-src 'self' data:; default-src 'self' 'unsafe-inline'"
    },
    "icons": {
        "192": "\/assets\/manifest-icon-192.png",
        "512": "\/assets\/manifest-icon-512.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ]
}