Latitude - Productivity and Mindfulness Suite

Reclaim your online life

Latitude - Productivity and Mindfulness Suite là gì?

Latitude - Productivity and Mindfulness Suite là một tiện ích mở rộng Chrome được phát triển bởi extension.latitude, và tính năng chính của nó là "Reclaim your online life".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Latitude - Productivity and Mindfulness Suite

Tải xuống các tệp mở rộng Latitude - Productivity and Mindfulness Suite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Latitude - Productivity and Mindfulness Suite Latitude - Productivity and Mindfulness Suite
ID npkjpiheabfaekaacnhljjhbpgbkajbb
URL Chính Thức https://chromewebstore.google.com/detail/latitude-productivity-and/npkjpiheabfaekaacnhljjhbpgbkajbb
Mô tả Reclaim your online life
Kích Thước Tệp 2.3 MB
Số Lần Cài Đặt 201
Phiên Bản Hiện Tại 0.0.0.9
Cập Nhật Lần Cuối 2018-05-30
Ngày Phát Hành 2018-05-30
Đánh Giá 4.73/5 Tổng số 22 Đánh Giá
Nhà Phát Triển extension.latitude
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}