Browser Notes & Reminders
A simple extension which allows you to manage notes in the new tab window
Vad är Browser Notes & Reminders?
Browser Notes & Reminders är en Chrome-tillägg utvecklad av ZhivoTech, och dess huvudfunktion är "A simple extension which allows you to manage notes in the new tab window".
Tilläggsskärmbilder
Ladda ner Browser Notes & Reminders-förlängningens CRX-fil
Ladda ner Browser Notes & Reminders-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
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | nnafbnadmchgeajpkodbkhknempaiide | 
| Officiell webbadress | https://chromewebstore.google.com/detail/browser-notes-reminders/nnafbnadmchgeajpkodbkhknempaiide | 
| Beskrivning | A simple extension which allows you to manage notes in the new tab window | 
| Filstorlek | 947 KB | 
| Antal Installationer | 196 | 
| Aktuell Version | 1.0.0 | 
| Senast Uppdaterad | 2019-11-30 | 
| Publiceringsdatum | 2019-11-29 | 
| Betyg | 3.33/5 Totalt 3 Betyg | 
| Utvecklare | ZhivoTech | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| URL till Sekretesspolicy Sidan | https://www.meowplayground.com/privacy | 
| Stödda Språk | 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'"
}  |  |