Mindset

Change your mindset

Mindsetคืออะไร?

Mindset เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://mindsetapp.io และคุณลักษณะหลักของมันคือ "Change your mindset"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mindset

ดาวน์โหลดไฟล์ส่วนขยาย Mindset ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        To-do list, which is always at hand.
In short:
- Todos with the statuses
- Focus on tasks without distractions (timer-tomato)
- Weather informer
- Change the background
- Block distracting websites (can be customized)

Focus mode on tasks
- Pomodoro-timer for 25 minutes, which can be customized to fit your needs
- Blocking sites and statistics

Solve problems in style
- Every day, new background, to cheer up
- You can set your color scheme or custom wallpaper

Also you get the weather widget and management of blocked sites                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mindset Mindset
ID bijmdigegoppmbdnfbbehnceafmaddgi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mindset/bijmdigegoppmbdnfbbehnceafmaddgi
คำอธิบาย Change your mindset
ขนาดไฟล์ 583 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 0.14.3
อัปเดตครั้งล่าสุด 2017-02-12
วันที่เผยแพร่ 2017-02-12
ผู้พัฒนา http://mindsetapp.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mindsetapp.io
URL หน้าช่วยเหลือ https://mindsetapp.io/faq
ภาษาที่รองรับ en,fr,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "short_name": "__MSG_extShortName__",
    "icons": {
        "48": "assets\/icon\/48.png",
        "128": "assets\/icon\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon\/19.png",
            "38": "assets\/icon\/38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Change mindset"
    },
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "content.bundle.css"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "management",
        "geolocation",
        "storage",
        "notifications",
        "identity",
        "http:\/\/localhost:4001\/*",
        "https:\/\/connect.facebook.net\/*",
        "https:\/\/trello.com\/1\/authorize",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "optional_permissions": [
        "topSites"
    ],
    "oauth2": {
        "client_id": "596488427988-j49jlh1de17jd0opoifd0c82vo3mlrqk.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/plus.me",
            "https:\/\/www.googleapis.com\/auth\/tasks"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' http:\/\/localhost:4002 https:\/\/www.google-analytics.com\/analytics.js https:\/\/connect.facebook.net; object-src 'self'",
    "version": "0.14.3"
}