Link Controller
Control Whether Links Open in a New or Current Tab
What is Link Controller?
Link Controller is a Chrome extension developed by Daniel Herr, and its main feature is "Control Whether Links Open in a New or Current Tab".
Extension Screenshots
Download Link Controller Extension CRX File
Download Link Controller 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
The icon shows in which tab links will open, click it for options to toggle it for the current tab or for all tabs.
Extension Basic Information
Name | Link Controller |
ID | piphpieodkchnlmjjefbbniabeikafha |
Official URL | https://chromewebstore.google.com/detail/link-controller/piphpieodkchnlmjjefbbniabeikafha |
Description | Control Whether Links Open in a New or Current Tab |
File Size | 10.26 KB |
Installation Count | 662 |
Current Version | 2.0.1 |
Last Updated | 2016-01-29 |
Publish Date | 2016-01-29 |
Rating | 4.43/5 Total 14 Ratings |
Developer | Daniel Herr |
[email protected] | |
Payment Type | free |
Extension Website | https://danielherr.github.io/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Daniel Herr", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "D.png", "default_popup": "popup.html", "default_title": "Default" }, "description": "Control Whether Links Open in a New or Current Tab", "homepage_url": "https:\/\/googledrive.com\/host\/0B9_ds1FPyRuZYTFDeE1SNHdPc0E\/", "icons": { "128": "link.png" }, "manifest_version": 2, "name": "Link Controller", "offline_enabled": true, "optional_permissions": [ " |