[The Note Tab]
View your notes in every new tab
Wat is [The Note Tab]?
[The Note Tab] is een Chrome-extensie ontwikkeld door Maxim Collingwood, en de belangrijkste functie is "View your notes in every new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie [The Note Tab]
Download [The Note Tab]-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Have access to beautiful, personalized, minimalistic notes that save as you type, every time you open a new tab. Basisinformatie over de Extensie
| Naam | |
| ID | noebonbkfkpobdnfhjbhafgmllaooicg |
| Officiële URL | https://chromewebstore.google.com/detail/the-note-tab/noebonbkfkpobdnfhjbhafgmllaooicg |
| Beschrijving | View your notes in every new tab |
| Bestandsgrootte | 7.98 KB |
| Aantal Installaties | 110 |
| Huidige Versie | 1 |
| Laatst Bijgewerkt | 2017-09-27 |
| Publicatiedatum | 2017-09-26 |
| Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Maxim Collingwood |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "new.html"
},
"name": "[The Note Tab]",
"description": "View your notes in every new tab",
"version": "1",
"icons": {
"128": "icon.png",
"16": "128.png"
},
"browser_action": {
"default_icon": "128.png"
}
} | |