Rolo
Clear and stop recording browser history.
O que é Rolo?
Rolo é uma extensão do Chrome desenvolvida por luca.salvioni, e sua principal característica é "Clear and stop recording browser history.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Rolo
Baixe arquivos de extensão Rolo no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Rolo |
ID | jdkfbkmncgkbedldecdhbfhdlcedcgoo |
URL Oficial | https://chromewebstore.google.com/detail/rolo/jdkfbkmncgkbedldecdhbfhdlcedcgoo |
Descrição | Clear and stop recording browser history. |
Tamanho do Arquivo | 239 KB |
Contagem de Instalações | 31 |
Versão Atual | 1.0 |
Última Atualização | 2016-10-12 |
Data de Publicação | 2016-10-12 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | luca.salvioni |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/" ] } |