TabToLink
Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs
TabToLinkคืออะไร?
TabToLink เป็นส่วนขยายของ Chrome ที่พัฒนาโดย newstep และคุณลักษณะหลักของมันคือ "Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabToLink
ดาวน์โหลดไฟล์ส่วนขยาย TabToLink ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
TabToLink simply makes link of opened tab, and you can easily make your links. [ How to use ] 1. Click the "TabToLink" icon and push the "Save" to save the current tab as link. 2. Click the "TabToLink" icon and push the "Display list" to display the saved link list. 3. Click the "TabToLink" icon and push the "Save & close all" to save all the tabs and close the tabs other than current tab (and pinned tabs). * You can save 300 links. * Push the "Del" button in the link list to delete the unnecessary link. * You can also save the link collection to a file.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fdbgbkipjopaoioobnhceghnocdoghpg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tabtolink/fdbgbkipjopaoioobnhceghnocdoghpg |
คำอธิบาย | Change the opened page to link. Easy to make your links. It is available for temporary save of too many tabs |
ขนาดไฟล์ | 31.44 KB |
จำนวนการติดตั้ง | 206 |
เวอร์ชันปัจจุบัน | 1.8.0 |
อัปเดตครั้งล่าสุด | 2017-11-02 |
วันที่เผยแพร่ | 2017-11-02 |
คะแนน | 4.86/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | newstep |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TabToLink", "version": "1.8.0", "description": "__MSG_extDescription__", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_title": "TabToLink", "default_icon": "icon128.png" }, "default_locale": "en", "permissions": [ "tabs", "contextMenus" ], "icons": { "16": "icon16.png" }, "background": { "scripts": [ "background.js" ] } } |