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 |
官方網址 | 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": [ " |