Selective Scrubber
Those secret sites? Begone from my history!
Selective Scrubberคืออะไร?
Selective Scrubber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jake Lee และคุณลักษณะหลักของมันคือ "Those secret sites? Begone from my history!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Selective Scrubber
ดาวน์โหลดไฟล์ส่วนขยาย Selective Scrubber ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Selective Scrubber instantly removes any set of specific sites / phrases from your history with a single click. No longer do you need to delete all of your history for the last hour, just delete the specific sites you don't want to see! This project is open source, feel free to suggest changes on GitHub: https://github.com/jakesteam/selectivescrubber Alternatively, email me at [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Selective Scrubber |
ID | ljjdcbfpdmjelppcfeiadnjagdhompkb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/selective-scrubber/ljjdcbfpdmjelppcfeiadnjagdhompkb |
คำอธิบาย | Those secret sites? Begone from my history! |
ขนาดไฟล์ | 18.99 KB |
จำนวนการติดตั้ง | 42 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2017-01-31 |
วันที่เผยแพร่ | 2017-01-31 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Jake Lee |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/JakeSteam/SelectiveScrubber |
URL หน้าช่วยเหลือ | https://github.com/JakeSteam/SelectiveScrubber |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selective Scrubber", "description": "Those secret sites? Begone from my history!", "version": "1.0.0", "homepage_url": "https:\/\/github.com\/JakeSteam\/SelectiveScrubber", "icons": { "48": "images\/icon_48.png", "96": "images\/icon_96.png" }, "permissions": [ "history", "storage" ], "background": { "persistent": false, "scripts": [ "js\/clear_history.js" ] }, "browser_action": { "default_icon": "images\/icon_96.png" }, "options_ui": { "page": "options.html", "chrome_style": true } } |