Christina's Chrome extension

Never stop exploring!

Christina's Chrome extensionคืออะไร?

Christina's Chrome extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย christinavhastenrath และคุณลักษณะหลักของมันคือ "Never stop exploring!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Christina's Chrome extension

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

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

                        Got too much too do and too many tabs open? Get a nice, warm personalised welcome when opening a new tab. When you click on the Lotus flower you will get a mindfullness snack. Take a step back, just for a second and you will be more focused and motivated.

Icons made by www.freepik.com from www.flaticon.com and is licensed by creativecommons.org/licenses/by/3.0/                    

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

ชื่อ Christina's Chrome extension Christina's Chrome extension
ID kmmafchjenalicnigbddpgjdigkmoomj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/christinas-chrome-extensi/kmmafchjenalicnigbddpgjdigkmoomj
คำอธิบาย Never stop exploring!
ขนาดไฟล์ 1.01 MB
จำนวนการติดตั้ง 412
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-06-14
วันที่เผยแพร่ 2019-06-14
คะแนน 4.50/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา christinavhastenrath
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Christina's Chrome extension",
    "version": "1.0",
    "description": "Never stop exploring!",
    "chrome_url_overrides": {
        "newtab": "inspiration.html"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "lotus128.png"
    },
    "manifest_version": 2,
    "incognito": "split"
}