Notes Tab
This extension creates a note pad in a new tab
Vad är Notes Tab?
Notes Tab är en Chrome-tillägg utvecklad av patrickasdf, och dess huvudfunktion är "This extension creates a note pad in a new tab".
Tilläggsskärmbilder
Ladda ner Notes Tab-förlängningens CRX-fil
Ladda ner Notes Tab-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
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äggande Information om Tillägg
Namn | |
ID | godhnbnhjjhcooiigbabagepddfmjgbk |
Officiell webbadress | https://chrome.google.com/webstore/detail/notes-tab/godhnbnhjjhcooiigbabagepddfmjgbk |
Beskrivning | This extension creates a note pad in a new tab |
Filstorlek | 125 KB |
Antal Installationer | 202 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2015-08-26 |
Publiceringsdatum | 2015-08-26 |
Betyg | 4.33/5 Totalt 6 Betyg |
Utvecklare | patrickasdf |
Betalningssätt | free |
Tilläggswebbplats | http://www.patrickmatherly.com |
Stödda Språk | 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" } } |