Pop up notes

Simple way of taking quick notes

Vad är Pop up notes?

Pop up notes är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Simple way of taking quick notes".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Pop up notes-förlängningens CRX-fil

Ladda ner Pop up notes-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

                        Simple way of taking and managing quick notes 


1) Allows you to add/delete new tabs and take notes 
2) Allows you edit your content as per your liking 

This is version 1.  New features will be added in the upcoming versions 


Any comments and suggestions will be appreciated 

Thank you.                    

Grundläggande Information om Tillägg

Namn Pop up notes Pop up notes
ID gadonekoamhlbfjfpleffgbbebgdgnik
Officiell webbadress https://chromewebstore.google.com/detail/pop-up-notes/gadonekoamhlbfjfpleffgbbebgdgnik
Beskrivning Simple way of taking quick notes
Filstorlek 1.24 MB
Antal Installationer 53
Aktuell Version 1.0
Senast Uppdaterad 2020-01-20
Publiceringsdatum 2020-01-19
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pop up notes",
    "description": "Simple way of taking quick notes",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/js\/*",
        "assets\/fonts\/*"
    ]
}