Web Notepad
Free Chrome extention notepad
Vad är Web Notepad?
Web Notepad är en Chrome-tillägg utvecklad av gopityro, och dess huvudfunktion är "Free Chrome extention notepad".
Tilläggsskärmbilder
Ladda ner Web Notepad-förlängningens CRX-fil
Ladda ner Web Notepad-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
A Free online web notepad.
You can add your notes and save directly.
You can add notes/text from websites you visit by just select the text and right click add to notes. Grundläggande Information om Tillägg
| Namn | |
| ID | hdlkbfdalcejhcbnbmfpnkjldkjkfcmb |
| Officiell webbadress | https://chromewebstore.google.com/detail/web-notepad/hdlkbfdalcejhcbnbmfpnkjldkjkfcmb |
| Beskrivning | Free Chrome extention notepad |
| Filstorlek | 67.74 KB |
| Antal Installationer | 517 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-09-04 |
| Publiceringsdatum | 2019-03-25 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | gopityro |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Gopi Tyro",
"browser_action": {
"default_icon": "img\/icon-48.png",
"default_popup": "popup.html"
},
"description": "Free Chrome extention notepad",
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"background": {
"persistent": false,
"scripts": [
"js\/background.js"
]
},
"manifest_version": 2,
"name": "Web Notepad",
"permissions": [
"activeTab",
"storage",
"contextMenus"
],
"version": "1.0"
} | |