[The Note Tab]
View your notes in every new tab
Vad är [The Note Tab]?
[The Note Tab] är en Chrome-tillägg utvecklad av Maxim Collingwood, och dess huvudfunktion är "View your notes in every new tab".
Tilläggsskärmbilder
Ladda ner [The Note Tab]-förlängningens CRX-fil
Ladda ner [The Note 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
Have access to beautiful, personalized, minimalistic notes that save as you type, every time you open a new tab. Grundläggande Information om Tillägg
| Namn | |
| ID | noebonbkfkpobdnfhjbhafgmllaooicg |
| Officiell webbadress | https://chromewebstore.google.com/detail/the-note-tab/noebonbkfkpobdnfhjbhafgmllaooicg |
| Beskrivning | View your notes in every new tab |
| Filstorlek | 7.98 KB |
| Antal Installationer | 110 |
| Aktuell Version | 1 |
| Senast Uppdaterad | 2017-09-27 |
| Publiceringsdatum | 2017-09-26 |
| Betyg | 2.33/5 Totalt 3 Betyg |
| Utvecklare | Maxim Collingwood |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |