Link Controller
Control Whether Links Open in a New or Current Tab
什么是Link Controller?
Link Controller是由Daniel Herr开发的Chrome扩展程序,该扩展的主要功能是“Control Whether Links Open in a New or Current Tab”。
扩展截图
下载Link Controller扩展crx文件
下载Link Controller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The icon shows in which tab links will open, click it for options to toggle it for the current tab or for all tabs.
扩展基本信息
名称 | Link Controller |
ID | piphpieodkchnlmjjefbbniabeikafha |
官方URL | https://chromewebstore.google.com/detail/link-controller/piphpieodkchnlmjjefbbniabeikafha |
简介 | Control Whether Links Open in a New or Current Tab |
文件大小 | 10.26 KB |
安装次数 | 662 |
当前版本 | 2.0.1 |
更新时间 | 2016-01-29 |
上架时间 | 2016-01-29 |
评分 | 4.43/5 共14次评分 |
开发者 | Daniel Herr |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://danielherr.github.io/ |
支持的语言 | 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": [ " |