Browser Notes

Take and save notes, which change depending on the page you're viewing.

Vad är Browser Notes?

Browser Notes är en Chrome-tillägg utvecklad av ppopsacul, och dess huvudfunktion är "Take and save notes, which change depending on the page you're viewing.".

Tilläggsskärmbilder

screenshot

Ladda ner Browser Notes-förlängningens CRX-fil

Ladda ner Browser 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

                                            

Grundläggande Information om Tillägg

Namn Browser Notes Browser Notes
ID mdmpjhpjbiglieliboipdlededkhhikp
Officiell webbadress https://chrome.google.com/webstore/detail/browser-notes/mdmpjhpjbiglieliboipdlededkhhikp
Beskrivning Take and save notes, which change depending on the page you're viewing.
Filstorlek 32.68 KB
Antal Installationer 33
Aktuell Version 1.1
Senast Uppdaterad 2013-12-01
Publiceringsdatum 2013-12-01
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare ppopsacul
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser Notes",
    "version": "1.1",
    "description": "Take and save notes, which change depending on the page you're viewing.",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Click to take notes",
        "default_popup": "popup.html"
    }
}