Rolo

Clear and stop recording browser history.

Roloคืออะไร?

Rolo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย luca.salvioni และคุณลักษณะหลักของมันคือ "Clear and stop recording browser history."

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

screenshot

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

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

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

                        Rolo is the ultimate extension to keep your secrets secret. 
By downloading the extension you'll be able to:
- Set up a blacklist of websites that are not going to be saved on your history
- Delete with one click the last websites visited (you can customize the deleting time range)
- Set up a "time window" in which websites are not going to be saved on your history 
Now you're free to browse without having to worry about the sites you've visited. Keep away all prying eyes. 

Enjoy your browser without worries.                    

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

ชื่อ Rolo Rolo
ID jdkfbkmncgkbedldecdhbfhdlcedcgoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rolo/jdkfbkmncgkbedldecdhbfhdlcedcgoo
คำอธิบาย Clear and stop recording browser history.
ขนาดไฟล์ 239 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-10-12
วันที่เผยแพร่ 2016-10-12
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา luca.salvioni
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rolo",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Clear and stop recording browser history.",
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "history",
        "browsingData",
        "storage",
        "tabs",
        "notifications"
    ],
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Rolo"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "settings.html",
    "web_accessible_resources": [
        "images\/"
    ]
}