Latitude - Productivity and Mindfulness Suite

Reclaim your online life

ما هو Latitude - Productivity and Mindfulness Suite؟

Latitude - Productivity and Mindfulness Suite هو إضافة Chrome تم تطويرها بواسطة extension.latitude، والميزة الرئيسية لها هي "Reclaim your online life".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Latitude - Productivity and Mindfulness Suite

قم بتنزيل ملفات الامتداد Latitude - Productivity and Mindfulness Suite بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This suite of simple tools enables you to use internet more consciously, by letting you: 
- increase intentionality when using social media  
- moderate your shopping, intake of news, and time spent looking at the screen 
- track your mood while online                    

معلومات أساسية عن التمديد

الاسم Latitude - Productivity and Mindfulness Suite Latitude - Productivity and Mindfulness Suite
ID npkjpiheabfaekaacnhljjhbpgbkajbb
عنوان URL الرسمي https://chromewebstore.google.com/detail/latitude-productivity-and/npkjpiheabfaekaacnhljjhbpgbkajbb
الوصف Reclaim your online life
حجم الملف 2.3 MB
عدد التثبيتات 201
النسخة الحالية 0.0.0.9
آخر تحديث 2018-05-30
تاريخ النشر 2018-05-30
تقييم 4.73/5 مجموع تقييمات 22
المطور extension.latitude
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Latitude - Productivity and Mindfulness Suite",
    "short_name": "Latitude",
    "version": "0.0.0.9",
    "description": "Reclaim your online life",
    "author": "Latitude",
    "web_accessible_resources": [
        "css\/*",
        "audio\/*",
        "iframes\/*",
        "js\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/*\/",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        "",
        "notifications"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitter.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/www.reddit.com\/*",
                "*:\/\/reddit.com\/*",
                "*:\/\/www.instagram.com\/*",
                "*:\/\/instagram.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*",
                "*:\/\/www.en.wikipedia.org\/*",
                "*:\/\/en.wikipedia.org\/*",
                "*:\/\/www.facebook.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}