Hawkeye - Intuitive Tab Manager

Intuitive tab manager

What is Hawkeye - Intuitive Tab Manager?

Hawkeye - Intuitive Tab Manager is a Chrome extension developed by katashin, and its main feature is "Intuitive tab manager".

Extension Screenshots

screenshot
screenshot

Download Hawkeye - Intuitive Tab Manager Extension CRX File

Download Hawkeye - Intuitive Tab Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Hawkeye is a tab manager. You can move tabs between each window intuitively on Hawkeye. You probably manage tabs easily because Hawkeye shows the snapshots of tabs.

source code: https://github.com/ktsn/hawkeye                    

Extension Basic Information

Name Hawkeye - Intuitive Tab Manager Hawkeye - Intuitive Tab Manager
ID cjmopppnmoghfkipjcgjgjkbfeaehldi
Official URL https://chromewebstore.google.com/detail/hawkeye-intuitive-tab-man/cjmopppnmoghfkipjcgjgjkbfeaehldi
Description Intuitive tab manager
File Size 207 KB
Installation Count 46
Current Version 0.4.0
Last Updated 2016-06-13
Publish Date 2016-06-13
Rating 2.00/5 Total 2 Ratings
Developer katashin
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hawkeye - Intuitive Tab Manager",
    "description": "Intuitive tab manager",
    "version": "0.4.0",
    "author": "katashin",
    "background": {
        "scripts": [
            "js\/util\/observable.js",
            "js\/util\/db.js",
            "js\/service\/database_service.js",
            "js\/repository\/config_repository.js",
            "js\/repository\/snapshot_repository.js",
            "js\/model\/tab.js",
            "js\/model\/window.js",
            "js\/model\/snapshot.js",
            "js\/tab_manager.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "images\/icon.png"
    }
}