Link Router
Route links on any given page to the main log with a certain tag
Link Routerคืออะไร?
Link Router เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Charles Brandt และคุณลักษณะหลักของมันคือ "Route links on any given page to the main log with a certain tag"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Link Router
ดาวน์โหลดไฟล์ส่วนขยาย Link Router ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Link Router uses Chrome's context menu (right click menu) to tag a link with a tag specified in the menu. The tags available in the menu are configured in the extension's option page. Previously tagged links are also visible on the options page, where they can be copied and pasted to other destinations.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Link Router |
ID | mniabhjoaeegihknhoibknnfnidgnecp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/link-router/mniabhjoaeegihknhoibknnfnidgnecp |
คำอธิบาย | Route links on any given page to the main log with a certain tag |
ขนาดไฟล์ | 29.05 KB |
จำนวนการติดตั้ง | 108 |
เวอร์ชันปัจจุบัน | 0.5 |
อัปเดตครั้งล่าสุด | 2014-05-06 |
วันที่เผยแพร่ | 2014-05-06 |
คะแนน | 3.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Charles Brandt |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Router", "short_name": "Link Router", "version": "0.5", "manifest_version": 2, "description": "Route links on any given page to the main log with a certain tag", "background": { "scripts": [ "moment.js", "router.js" ] }, "options_page": "options.html", "permissions": [ "contextMenus" ], "icons": { "16": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" } } |