Note Box
A chrome extension to add notes/todos based on URL
Vad är Note Box?
Note Box är en Chrome-tillägg utvecklad av Mehul Lakhanpal, och dess huvudfunktion är "A chrome extension to add notes/todos based on URL".
Tilläggsskärmbilder
Ladda ner Note Box-förlängningens CRX-fil
Ladda ner Note Box-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
Add notes/todos in domain/URL environment. Revisit the same note list when back to that URL or access all the notes from the Homepage. No Login/Signup. All the notes are stored in the browser memory. Grundläggande Information om Tillägg
| Namn | |
| ID | mbbajjgefpenmkkhcnmmnoodlbcbfnmp |
| Officiell webbadress | https://chromewebstore.google.com/detail/note-box/mbbajjgefpenmkkhcnmmnoodlbcbfnmp |
| Beskrivning | A chrome extension to add notes/todos based on URL |
| Filstorlek | 1.57 MB |
| Antal Installationer | 125 |
| Aktuell Version | 2.0 |
| Senast Uppdaterad | 2021-03-28 |
| Publiceringsdatum | 2021-02-07 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Mehul Lakhanpal |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.codedrops.tech/products/note-box |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Note Box",
"version": "2.0",
"manifest_version": 3,
"description": "A chrome extension to add notes\/todos based on URL",
"permissions": [
"activeTab",
"storage"
],
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "Note Box",
"default_popup": "build\/popup\/index.html"
},
"content_scripts": [
{
"matches": [
" | |