Simple NotePad Sync

Extremely simple notepad. Just write or paste text and it will be shared in all your Chrome's

Vad är Simple NotePad Sync?

Simple NotePad Sync är en Chrome-tillägg utvecklad av Subgurim, och dess huvudfunktion är "Extremely simple notepad. Just write or paste text and it will be shared in all your Chrome's".

Tilläggsskärmbilder

screenshot

Ladda ner Simple NotePad Sync-förlängningens CRX-fil

Ladda ner Simple NotePad Sync-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

                        Extremely simple notepad.

Just write or paste text and it will be shared in all your Chrome's                    

Grundläggande Information om Tillägg

Namn Simple NotePad Sync Simple NotePad Sync
ID bbekgiidjkhflbpmcoiolidflfpganjk
Officiell webbadress https://chromewebstore.google.com/detail/simple-notepad-sync/bbekgiidjkhflbpmcoiolidflfpganjk
Beskrivning Extremely simple notepad. Just write or paste text and it will be shared in all your Chrome's
Filstorlek 35.64 KB
Antal Installationer 405
Aktuell Version 1.2
Senast Uppdaterad 2014-06-13
Publiceringsdatum 2014-06-13
Betyg 4.44/5 Totalt 9 Betyg
Utvecklare Subgurim
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple NotePad Sync",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "clipboardWrite"
    ]
}