URL To Tab
Non-link URL text will open in a new tab.
What is URL To Tab?
URL To Tab is a Chrome extension developed by GGamagidev, and its main feature is "Non-link URL text will open in a new tab.".
Extension Screenshots
Download URL To Tab Extension CRX File
Download URL To 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
You can open a new tab by MouseMiddleClick the URL of the text wrapped around the block. You can be opened in new tab by Ctrl + MouseLeftClick on the text URL. You can open new tabs with the URL Shift + MouseMiddleClick all wrapped in the block.
Extension Basic Information
Name | |
ID | baikpicmgimclkloekejeiaopkenipmg |
Official URL | https://chrome.google.com/webstore/detail/url-to-tab/baikpicmgimclkloekejeiaopkenipmg |
Description | Non-link URL text will open in a new tab. |
File Size | 14.37 KB |
Installation Count | 23 |
Current Version | 0.9.5 |
Last Updated | 2013-11-21 |
Publish Date | 2013-11-21 |
Developer | GGamagidev |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL To Tab", "permissions": [ "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "version": "0.9.5", "description": "Non-link URL text will open in a new tab.", "homepage_url": "http:\/\/ggamagidev.blogspot.com\/", "content_scripts": [ { "all_frames": true, "js": [ "bgurlsel.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "options_page": "options.html", "icons": { "16": "icon16.png", "19": "icon19.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } } |