History AutoDelete

Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History

History AutoDeleteคืออะไร?

History AutoDelete เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CAD Team และคุณลักษณะหลักของมันคือ "Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย History AutoDelete

ดาวน์โหลดไฟล์ส่วนขยาย History AutoDelete ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Control your history! This extension will let you pick a domain to be auto deleted from history. Useful for any site that likes to spawn a bunch of history entries (ex. Google Maps or Google Translate). Also you choose how long to keep history.

Main Features
- Set any domain's history to be auto deleted
- Import and Export your list of domains
- Keep history for X days (auto delete older history)
- Counts the total number history deleted
- Icon shows you how many times that domain's entries show up in your history
- Clear all history for a domain on demand
- Responsive and Sleek Settings Menu                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ History AutoDelete History AutoDelete
ID bhfakmaiadhflpjloimlagikhodjiefj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/history-autodelete/bhfakmaiadhflpjloimlagikhodjiefj
คำอธิบาย Control Your History! Choose to Auto Delete Certain History and/or Auto Clean Older History
ขนาดไฟล์ 773 KB
จำนวนการติดตั้ง 7,708
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2017-08-16
วันที่เผยแพร่ 2017-08-16
คะแนน 4.15/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา CAD Team
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mrdokenny/History-AutoDelete/
URL หน้าช่วยเหลือ https://github.com/mrdokenny/History-AutoDelete/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "global_files\/browserDetect.js",
            "global_files\/browser-polyfill.js",
            "global_files\/redux.js",
            "global_files\/redux-thunk.js",
            "global_files\/redux-webext.js",
            "global_files\/shortid.js",
            "backgroundBundle.js"
        ]
    },
    "description": "Control Your History! Choose to Auto Delete Certain History and\/or Auto Clean Older History",
    "homepage_url": "https:\/\/github.com\/mrdokenny\/History-AutoDelete",
    "browser_action": {
        "default_icon": {
            "24": "icons\/icon_24.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png"
        },
        "default_title": "History AutoDelete",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "options_ui": {
        "page": "settings\/settings.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "history",
        "tabs",
        "storage",
        "alarms"
    ],
    "manifest_version": 2,
    "name": "History AutoDelete",
    "version": "2.0.2"
}