Browser Notes & Reminders
A simple extension which allows you to manage notes in the new tab window
Cos'è Browser Notes & Reminders?
Browser Notes & Reminders è un'estensione di Chrome sviluppata da ZhivoTech, e la sua funzione principale è "A simple extension which allows you to manage notes in the new tab window".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Browser Notes & Reminders
Scarica i file di estensione Browser Notes & Reminders in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
If you need constant reminders while browsing the web, placing them in your new tab area is an ideal solution. 'Browser Notes' does just that. A simple extension which allows you to manage your notes in the new tab window.
Informazioni di Base sull'Estensione
Nome | Browser Notes & Reminders |
ID | nnafbnadmchgeajpkodbkhknempaiide |
URL Ufficiale | https://chromewebstore.google.com/detail/browser-notes-reminders/nnafbnadmchgeajpkodbkhknempaiide |
Descrizione | A simple extension which allows you to manage notes in the new tab window |
Dimensione del File | 947 KB |
Conteggio Installazioni | 196 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2019-11-30 |
Data di Pubblicazione | 2019-11-29 |
Valutazione | 3.33/5 Totale 3 Valutazioni |
Sviluppatore | ZhivoTech |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.meowplayground.com/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Browser Notes & Reminders", "version": "1.0.0", "description": "A simple extension which allows you to manage notes in the new tab window", "background": { "persistent": true, "scripts": [ "\/js\/bg.js" ] }, "permissions": [], "web_accessible_resources": [ "images\/*.png", "js\/*.png", "images\/*.jpg", "images\/*.svg", "js\/*.json", "js\/*.atlas", "sound\/*.mp3" ], "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/apis.google.com; object-src 'self'" } |