Keeping Tabs

A chrome extension aiming to simplify the surplus of tabs in one's browser

What is Keeping Tabs?

Keeping Tabs is a Chrome extension developed by Ryan Slocum, and its main feature is "A chrome extension aiming to simplify the surplus of tabs in one's browser".

Extension Screenshots

screenshot

Download Keeping Tabs Extension CRX File

Download Keeping Tabs 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

                        This extension aims to simplify your mess of tabs by allowing you to quickly group and reopen tabs. Simply use the control key to highlight the tabs you'd like to save, title your tab group within the Keeping Tabs extension, and add it to your collection of tabs. These groups of tabs can be opened individually or all at once, making it much easier to organize projects within your browser.                    

Extension Basic Information

Name Keeping Tabs Keeping Tabs
ID komjibclehjoaofickenjehabjelkabm
Official URL https://chromewebstore.google.com/detail/keeping-tabs/komjibclehjoaofickenjehabjelkabm
Description A chrome extension aiming to simplify the surplus of tabs in one's browser
File Size 10.73 KB
Installation Count 160
Current Version 0.1.6
Last Updated 2020-09-29
Publish Date 2020-05-09
Developer Ryan Slocum
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keeping Tabs",
    "version": "0.1.6",
    "description": "A chrome extension aiming to simplify the surplus of tabs in one's browser",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "author": "Ryan Slocum",
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html",
        "default_title": "Keeping Tabs"
    },
    "offline_enabled": true
}