Easy Tab URL
Allow you get all tab's url, save to local file system, load all urls from file, etc.
Easy Tab URLคืออะไร?
Easy Tab URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย coder.chenzhi และคุณลักษณะหลักของมันคือ "Allow you get all tab's url, save to local file system, load all urls from file, etc."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Tab URL
ดาวน์โหลดไฟล์ส่วนขยาย Easy Tab URL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features: - get all tabs' urls - copy all tabs' urls to clipboard(Chrome only!) - save all tabs' urls to local file - read local file and open all urls in the file(file generated from 'save' function) This extension is opensourced at https://github.com/coder-chenzhi/EasyTabURL-ChromeExtension. ==========ChangeLog=========== 2018.3.11 (v0.4.0) - add tab titles (this is compatible with old version's file format) - open all urls in new window - keep the tab order when open all urls from local file
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Easy Tab URL |
ID | fccbmnpilngffifjlblcnaaeoahbamfp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/easy-tab-url/fccbmnpilngffifjlblcnaaeoahbamfp |
คำอธิบาย | Allow you get all tab's url, save to local file system, load all urls from file, etc. |
ขนาดไฟล์ | 642 KB |
จำนวนการติดตั้ง | 691 |
เวอร์ชันปัจจุบัน | 0.4.0 |
อัปเดตครั้งล่าสุด | 2018-03-11 |
วันที่เผยแพร่ | 2018-03-10 |
คะแนน | 4.09/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | coder.chenzhi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/coder-chenzhi/EasyTabURL-ChromeExtension |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Tab URL", "version": "0.4.0", "description": "Allow you get all tab's url, save to local file system, load all urls from file, etc.", "browser_action": { "default_icon": "images\/16.png", "default_popup": "popup.html" }, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "tabs" ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |