Notes Tab
This extension creates a note pad in a new tab
Hvad er Notes Tab?
Notes Tab er en Chrome-udvidelse udviklet af patrickasdf, og dens hovedfunktion er "This extension creates a note pad in a new tab".
Udvidelsesskærmbilleder
Download Notes Tab-udvidelses-CRX-fil
Download Notes Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Notes Tab simplifies the homepage experience. Whenever you open a new tab, a simple text editor appears. Use new tabs to write to-do lists, appointment times, or to just jot down notes. If you want to save it to your computer just file + save as, otherwise your notes will auto-save and will be there when you open a new tab. Features: - Auto-save - Current date in the heading
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | godhnbnhjjhcooiigbabagepddfmjgbk |
Officiel URL | https://chrome.google.com/webstore/detail/notes-tab/godhnbnhjjhcooiigbabagepddfmjgbk |
Beskrivelse | This extension creates a note pad in a new tab |
Filstørrelse | 125 KB |
Antal Installationer | 202 |
Nuværende Version | 1.2 |
Senest Opdateret | 2015-08-26 |
Udgivelsesdato | 2015-08-26 |
Bedømmelse | 4.33/5 Samlet 6 Bedømmelser |
Udvikler | patrickasdf |
Betalingsmetode | free |
Udvidelseswebsted | http://www.patrickmatherly.com |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Notes Tab", "description": "This extension creates a note pad in a new tab", "version": "1.2", "permissions": [ "tabs", "topSites" ], "browser_action": [], "chrome_url_overrides": { "newtab": "newpad.html" }, "icons": { "16": "newpadicon16.png", "48": "newpadicon48.png", "128": "newpadicon128.png" } } |