Link Controller
Control Whether Links Open in a New or Current Tab
Link Controllerคืออะไร?
Link Controller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Herr และคุณลักษณะหลักของมันคือ "Control Whether Links Open in a New or Current Tab"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link Controller
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ " |