Latitude - Productivity and Mindfulness Suite

Reclaim your online life

Was ist Latitude - Productivity and Mindfulness Suite?

Latitude - Productivity and Mindfulness Suite ist eine Chrome-Erweiterung, die von extension.latitude entwickelt wurde, und ihr Hauptmerkmal ist "Reclaim your online life".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Latitude - Productivity and Mindfulness Suite-Erweiterungs-CRX-Datei herunterladen

Laden Sie Latitude - Productivity and Mindfulness Suite-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Latitude - Productivity and Mindfulness Suite Latitude - Productivity and Mindfulness Suite
ID npkjpiheabfaekaacnhljjhbpgbkajbb
Offizielle URL https://chromewebstore.google.com/detail/latitude-productivity-and/npkjpiheabfaekaacnhljjhbpgbkajbb
Beschreibung Reclaim your online life
Dateigröße 2.3 MB
Installationsanzahl 201
Aktuelle Version 0.0.0.9
Letztes Update 2018-05-30
Veröffentlichungsdatum 2018-05-30
Bewertung 4.73/5 Insgesamt 22 Bewertungen
Entwickler extension.latitude
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}