Rolo

Clear and stop recording browser history.

什麼是Rolo?

Rolo是由luca.salvioni開發的Chrome擴展程式,該擴展的主要功能是“Clear and stop recording browser history.”。

擴展截圖

screenshot

下載Rolo擴展crx文件

下載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
官方網址 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\/"
    ]
}