excl
Close all duplicate URLs easy.
exclคืออะไร?
excl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dev.lycoris และคุณลักษณะหลักของมันคือ "Close all duplicate URLs easy."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย excl
ดาวน์โหลดไฟล์ส่วนขยาย excl ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome extension closes all tabs which are duplicated URLs. For example, if you opened two tabs that same URL and one tab that not the same URL. When used this extension, only two tabs remained. It's each another URL. この Chrome 拡張機能はすべての重複するタブを閉じます。 例えば、もし2つの同じ URL であるタブと、それとは異なる URL である1つのタブを開いているとします。 この拡張機能を使うとタブの数は2つだけになります。すなわち、それらは異なる URL のタブです。 Icon made by Freepik (https://www.flaticon.com/authors/freepik) from www.flaticon.com (http://www.flaticon.com/).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | excl |
ID | gpdohcgeplmiakcbgdagnajcdjlogbnl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/excl/gpdohcgeplmiakcbgdagnajcdjlogbnl |
คำอธิบาย | Close all duplicate URLs easy. |
ขนาดไฟล์ | 11.17 KB |
จำนวนการติดตั้ง | 1,159 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2020-01-26 |
วันที่เผยแพร่ | 2020-01-26 |
คะแนน | 4.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | dev.lycoris |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ktr0731/excl |
URL หน้าช่วยเหลือ | https://github.com/ktr0731/excl/issues |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.1.2", "browser_action": { "default_icon": "icon16.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |