KosmoTime extension

Reduce tab clutter and mute distractions when you start a task: close tabs, block notifications, and restore them all later.

KosmoTime extensionとは何ですか?

KosmoTime extensionはKosmoTimeによって開発されたChromeの拡張機能で、その主な機能は「Reduce tab clutter and mute distractions when you start a task: close tabs, block notifications, and restore them all later.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

KosmoTime extension拡張機能のCRXファイルをダウンロード

KosmoTime extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        KosmoTime is the Smart Calendar for Time Blocking and Focused Work.
It has its own free Chrome extension to help you be the most productive you can be. We bring the time blocking solution into your routine to help you accomplish all the tasks on your list. 

Our Chrome extension enables you to: 

CLOSE TABS: Reduce your  tab clutter by converting all of your tabs into one single list. 

MUTE MODE: Are you bombarded with notifications or tempted to check your social media? Mute all distracting tabs when you start a task. Once you’re done, you can restore all your tabs in 1 click! 

BOOKMARK ANY URL: Create a task directly from your email inbox or any web page. For example, an article to read later or data sources to check. 

Our other key features available from the KosmoTime app:
Multi-Calendar Sync: Sync all your work and personal calendars. No more double bookings, no more missed meetings!
Block time: Create a task and schedule it directly in your calendar, or block time in your calendar to accomplish a group of related tasks.
Track time: Get more productive by knowing how much time you spend on your tasks. Activate the timer when you’re ready to start a task and consult your time reports.
Integrations: KosmoTime integrates with your favourite Productivity and Project Management tools: Google and Outlook Calendar, Slack and Asana.

KosmoTime users report reaching levels of productivity they had never thought possible. Try it out, it's free!

www.kosmotime.com                    

拡張機能の基本情報

名前 KosmoTime extension KosmoTime extension
ID ineblhlndelngcbhcmjjomgjggmhkkmi
公式URL https://chromewebstore.google.com/detail/kosmotime-extension/ineblhlndelngcbhcmjjomgjggmhkkmi
説明 Reduce tab clutter and mute distractions when you start a task: close tabs, block notifications, and restore them all later.
ファイルサイズ 6.92 MB
インストール数 1,436
現在のバージョン 0.1.20
最終更新日 2021-10-25
公開日 2020-05-03
評価 4.64/5 合計 11 レビュー
開発者 KosmoTime
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.kosmotime.com
プライバシーポリシーページのURL https://kosmotime.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KosmoTime extension",
    "version": "0.1.20",
    "description": "Reduce tab clutter and mute distractions when you start a task: close tabs, block notifications, and restore them all later.",
    "manifest_version": 2,
    "icons": {
        "16": "GipsyZen16.png",
        "48": "GipsyZen48.png",
        "128": "GipsyZen128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "GipsyZen16.png",
            "48": "GipsyZen48.png",
            "128": "GipsyZen128.png"
        }
    },
    "background": {
        "scripts": [
            "static\/js\/background.js",
            "static\/js\/hotreload.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/localhost\/*",
                "*:\/\/*.kosmodev.com\/*",
                "*:\/\/*.kosmocal.com\/*",
                "*:\/\/*.kosmotime.com\/*",
                "https:\/\/*.slack.com\/oauth\/*",
                "https:\/\/accounts.google.com\/o\/oauth2\/auth\/*"
            ],
            "run_at": "document_end",
            "js": [
                "static\/js\/distractionblockerscript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "inboxsdk.js",
                "static\/js\/gmailContentScript.js"
            ],
            "css": [
                "static\/css\/gmailContentScript.css"
            ]
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/d\/*"
            ],
            "run_at": "document_end",
            "js": [
                "static\/js\/suggestionPopupContentScript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/*.kosmocal.com\/*",
                "*:\/\/*.kosmotime.com\/*",
                "*:\/\/*.kosmodev.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "static\/js\/appContentScript.js"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "webRequest",
        ""
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.kosmocal.com\/*",
            "*:\/\/*.kosmotime.com\/*",
            "*:\/\/*.kosmodev.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        "icons\/*",
        "index.css",
        "static\/css\/anysite.css",
        "static\/js\/*.map",
        "distractionblocker.html",
        "closedtabs.html"
    ]
}