Power Close
A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.
Power Closeคืออะไร?
Power Close เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://power-close.com และคุณลักษณะหลักของมันคือ "A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Power Close
ดาวน์โหลดไฟล์ส่วนขยาย Power Close ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension, for the tab addict, to close all tabs with URLs containing a keyword or a domain name. For example, if you have many facebook tabs open and not in order, you can just use this extension, write "facebook.com", hit enter and voila, all facebook tabs are now closed!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Power Close |
ID | jjpmcpmmajigbkjchbkoclipomlmpaaj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/power-close/jjpmcpmmajigbkjchbkoclipomlmpaaj |
คำอธิบาย | A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name. |
ขนาดไฟล์ | 11.45 KB |
จำนวนการติดตั้ง | 92 |
เวอร์ชันปัจจุบัน | 0.5.2 |
อัปเดตครั้งล่าสุด | 2016-06-27 |
วันที่เผยแพร่ | 2016-06-26 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://power-close.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.power-close.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Power Close", "version": "0.5.2", "description": "A browser extension, for the tab addict, to close all tabs with urls containing a keyword or a domain name.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "Power Close", "default_popup": "popup\/popup.html" }, "author": "Mosab", "background": { "scripts": [ "background.js" ] }, "homepage_url": "https:\/\/github.com\/mos3abof\/firefox-power-close", "permissions": [ "tabs", "contextMenus" ] } |