ZippyNotes - Take notes on YouTube videos
The Chrome Extension for ZippyNotes
Vad är ZippyNotes - Take notes on YouTube videos?
ZippyNotes - Take notes on YouTube videos är en Chrome-tillägg utvecklad av https://zippynotes.co, och dess huvudfunktion är "The Chrome Extension for ZippyNotes".
Tilläggsskärmbilder
Ladda ner ZippyNotes - Take notes on YouTube videos-förlängningens CRX-fil
Ladda ner ZippyNotes - Take notes on YouTube videos-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
The chrome extension for ZippyNotes. Take timestamped notes on YouTube videos directly on youtube.com using this extension. Grundläggande Information om Tillägg
| Namn | |
| ID | agjffdegfjfpeefmeapjnlephbkahooo |
| Officiell webbadress | https://chromewebstore.google.com/detail/zippynotes-take-notes-on/agjffdegfjfpeefmeapjnlephbkahooo |
| Beskrivning | The Chrome Extension for ZippyNotes |
| Filstorlek | 1.91 MB |
| Antal Installationer | 70 |
| Aktuell Version | 0.1.8 |
| Senast Uppdaterad | 2023-12-28 |
| Publiceringsdatum | 2023-07-19 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | https://zippynotes.co |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ZippyNotes - Take notes on YouTube videos",
"version": "0.1.8",
"description": "The Chrome Extension for ZippyNotes",
"manifest_version": 3,
"action": {
"default_title": "Click to open side panel"
},
"background": {
"service_worker": "zippynotes-chrome-extension-app\/build\/service-worker.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*",
"*:\/\/*.youtube.com\/*"
],
"js": [
"zippynotes-chrome-extension-app\/build\/contentScript.js"
]
}
],
"permissions": [
"tabs",
"sidePanel"
],
"host_permissions": [
"https:\/\/zippynotes.co\/"
]
} | |