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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    ]
}