New Tab Notepad
A persistent notepad on the "New Tab" page
Vad är New Tab Notepad?
New Tab Notepad är en Chrome-tillägg utvecklad av sweenzor, och dess huvudfunktion är "A persistent notepad on the "New Tab" page".
Tilläggsskärmbilder
Ladda ner New Tab Notepad-förlängningens CRX-fil
Ladda ner New Tab Notepad-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
                        A persistent notepad on the "New Tab" page                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | djfmjecpknbihjjjeijgmdfhcbflahgb | 
| Officiell webbadress | https://chromewebstore.google.com/detail/new-tab-notepad/djfmjecpknbihjjjeijgmdfhcbflahgb | 
| Beskrivning | A persistent notepad on the "New Tab" page | 
| Filstorlek | 142 KB | 
| Antal Installationer | 866 | 
| Aktuell Version | 0.2 | 
| Senast Uppdaterad | 2015-03-11 | 
| Publiceringsdatum | 2015-03-10 | 
| Betyg | 3.91/5 Totalt 22 Betyg | 
| Utvecklare | sweenzor | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/sweenzor/new-tab-notepad | 
| Stödda Språk | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "New Tab Notepad",
    "version": "0.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "start-page.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "manifest_version": 2
}  |  |