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
公式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
Eメール [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\/"
    ]
}