Rolo
Clear and stop recording browser history.
Vad är Rolo?
Rolo är en Chrome-tillägg utvecklad av luca.salvioni, och dess huvudfunktion är "Clear and stop recording browser history.".
Tilläggsskärmbilder
Ladda ner Rolo-förlängningens CRX-fil
Ladda ner Rolo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Rolo |
ID | jdkfbkmncgkbedldecdhbfhdlcedcgoo |
Officiell webbadress | https://chromewebstore.google.com/detail/rolo/jdkfbkmncgkbedldecdhbfhdlcedcgoo |
Beskrivning | Clear and stop recording browser history. |
Filstorlek | 239 KB |
Antal Installationer | 31 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-10-12 |
Publiceringsdatum | 2016-10-12 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | luca.salvioni |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |