Excalidraw Extension
Very simple extension that allows you to access excalidraw from the popup.
Vad är Excalidraw Extension?
Excalidraw Extension är en Chrome-tillägg utvecklad av John O'Meara, och dess huvudfunktion är "Very simple extension that allows you to access excalidraw from the popup.".
Tilläggsskärmbilder
Ladda ner Excalidraw Extension-förlängningens CRX-fil
Ladda ner Excalidraw Extension-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
Very simple extension that allows you to access excalidraw from the popup. The drawing app site: https://excalidraw.com/
the github repo for drawing site: https://github.com/excalidraw/excalidraw Grundläggande Information om Tillägg
| Namn | |
| ID | enbbcngikghiaodbklooakdngjojiopl |
| Officiell webbadress | https://chromewebstore.google.com/detail/excalidraw-extension/enbbcngikghiaodbklooakdngjojiopl |
| Beskrivning | Very simple extension that allows you to access excalidraw from the popup. |
| Filstorlek | 14.67 KB |
| Antal Installationer | 147 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-12-26 |
| Publiceringsdatum | 2023-12-26 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | John O'Meara |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"manifest_version": 3,
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Excalidraw Extension",
"description": "Very simple extension that allows you to access excalidraw from the popup.",
"version": "1.0",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"action": {
"default_popup": "popup.html"
}
} | |