Rolo
Clear and stop recording browser history.
什么是Rolo?
Rolo是由luca.salvioni开发的Chrome扩展程序,该扩展的主要功能是“Clear and stop recording browser history.”。
扩展截图
下载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 |
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\/" ] } |