Keeping Tabs
Search your open tabs to select the one you are looking for!
What is Keeping Tabs?
Keeping Tabs is a Chrome extension developed by Manjesh Malavalli, and its main feature is "Search your open tabs to select the one you are looking for!".
Extension Screenshots
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
For those of you who browse the web with a lot of open tabs, Keeping Tabs allow you to search your open tabs and get to the one you want. You don't have to click on each tab until you find the one you're looking for.
Extension Basic Information
Name | Keeping Tabs |
ID | bmacmmfphpkinaambadlchfgahmmhjmc |
Official URL | https://chromewebstore.google.com/detail/keeping-tabs/bmacmmfphpkinaambadlchfgahmmhjmc |
Description | Search your open tabs to select the one you are looking for! |
File Size | 15.56 KB |
Installation Count | 14 |
Current Version | 1.0 |
Last Updated | 2015-11-23 |
Publish Date | 2015-11-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Manjesh Malavalli |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "manifest_version": 2, "name": "Keeping Tabs", "description": "Search your open tabs to select the one you are looking for!", "icons": { "16": "assets\/logo\/16.png", "32": "assets\/logo\/32.png", "48": "assets\/logo\/48.png", "128": "assets\/logo\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "19": "assets\/logo\/32.png" } }, "background": { "scripts": [ "background\/opentabs.js" ] }, "permissions": [ "*:\/\/*\/*\/", "chrome:\/\/favicon\/*", "tabs" ] } |