Web Task Switcher

Keep ending up with so many tabs opened? Even over browser restarts? This is a new way to manage tasks you do in browser

Τι είναι το Web Task Switcher;

Το Web Task Switcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chethiya, και η κύρια λειτουργία του είναι "Keep ending up with so many tabs opened? Even over browser restarts? This is a new way to manage tasks you do in browser".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Web Task Switcher

Λήψη αρχείων επέκτασης Web Task Switcher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Keep ending up with so many tabs opened? Even over browser restarts? This is a new way to manage tasks you do in browser

Web Task Task Switcher tries to automatically organize tabs related to a single task in to a separate window, which we call a 'Task'. 

You can easily move between tasks, close tasks, mark favorite tasks, open past tasks, etc using the 'TS' icon at upper left corner of any Google Chrome window.

Want to write something while looking at some other web page? Use the Split mode by clicking 'TS' and then clicking 'Split left' or 'Split right' to move the current window to left or right half of the display. After that all other windows will move to the other half of the display when you go to those tasks. 

When you search something on web it’ll create a new task (window) for that search query. If you see few promising links on the search result you can open those links in new tabs, which will be added to the same task. 

You can also create a new tasks out of an existing tab by taking that tab out of the current window, which will create a new window. 

Idea behind Web Task Switcher is not to keep many tabs opened. Once  you are done with a task you can simply close the task. If you need it opened later look for closed tasks, or mark it favorite if you need that task more frequently. 


Note: At the moment only Google search is supported for auto task creation. 

Update: Now a task is created only for search queries starting with back quote(the key below escape key). So in case you want to do a quick search, a new Window will not be created.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Web Task Switcher Web Task Switcher
ID hklklpilgegjkkkdbmhbkpapfcbjfdhk
Επίσημο URL https://chromewebstore.google.com/detail/web-task-switcher/hklklpilgegjkkkdbmhbkpapfcbjfdhk
Περιγραφή Keep ending up with so many tabs opened? Even over browser restarts? This is a new way to manage tasks you do in browser
Μέγεθος Αρχείου 743 KB
Αριθμός Εγκαταστάσεων 79
Τρέχουσα Έκδοση 0.1.0
Τελευταία Ενημέρωση 2019-03-08
Ημερομηνία Δημοσίευσης 2019-03-08
Αξιολόγηση 4.29/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής chethiya
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web Task Switcher",
    "short_name": "Task manager for people using web alot",
    "description": "Keep ending up with so many tabs opened? Even over browser restarts? This is a new way to manage tasks you do in browser",
    "version": "0.1.0",
    "author": "Chethiya Abeysinghe",
    "icons": {
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "lib\/underscore-min.js",
            "js\/util.js",
            "js\/task.js",
            "js\/task_manager.js",
            "js\/window.js",
            "js\/tab.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "background"
    ],
    "offline_enabled": true,
    "browser_action": {
        "name": "Web Task Switcher",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    }
}