Reuse Localhost Tab
Reuse and prevent duplicates when opening external links.
What is Reuse Localhost Tab?
Reuse Localhost Tab is a Chrome extension developed by Samir, and its main feature is "Reuse and prevent duplicates when opening external links.".
Extension Screenshots
Download Reuse Localhost Tab Extension CRX File
Download Reuse Localhost Tab 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
Extension Basic Information
Name | Reuse Localhost Tab |
ID | adgnhgnbeddcacjoaimbpfhbfgeebein |
Official URL | https://chromewebstore.google.com/detail/reuse-localhost-tab/adgnhgnbeddcacjoaimbpfhbfgeebein |
Description | Reuse and prevent duplicates when opening external links. |
File Size | 42.31 KB |
Installation Count | 12 |
Current Version | 0.1.0 |
Last Updated | 2015-09-25 |
Publish Date | 2015-09-25 |
Developer | Samir |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reuse Localhost Tab", "version": "0.1.0", "description": "Reuse and prevent duplicates when opening external links.", "background": { "scripts": [ "vendor\/underscore-min.js", "vendor\/parseuri.js", "reusetab.js" ], "persistent": false }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "16": "resources\/images\/icon16.png", "48": "resources\/images\/icon48.png", "128": "resources\/images\/icon128.png" } } } |