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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
}