Latitude - Productivity and Mindfulness Suite

Reclaim your online life

什么是Latitude - Productivity and Mindfulness Suite?

Latitude - Productivity and Mindfulness Suite是由extension.latitude开发的Chrome扩展程序,该扩展的主要功能是“Reclaim your online life”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Latitude - Productivity and Mindfulness Suite扩展crx文件

下载Latitude - Productivity and Mindfulness Suite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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