Web Annotator
Annotate web's contents
Hvad er Web Annotator?
Web Annotator er en Chrome-udvidelse udviklet af skypia.works, og dens hovedfunktion er "Annotate web's contents".
Udvidelsesskærmbilleder
Download Web Annotator-udvidelses-CRX-fil
Download Web Annotator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This application aims to improve your efficiency by enabling you to make annotations and notes directly onto a website, also make its searchable in one place so that its became easy to be organized.
You can associate to an annotation a temporary comment or a note. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jpgclklaljmemibhlabchhhicgmcefog |
| Officiel URL | https://chromewebstore.google.com/detail/web-annotator/jpgclklaljmemibhlabchhhicgmcefog |
| Beskrivelse | Annotate web's contents |
| Filstørrelse | 521 KB |
| Antal Installationer | 155 |
| Nuværende Version | 2.9 |
| Senest Opdateret | 2017-03-03 |
| Udgivelsesdato | 2017-03-03 |
| Bedømmelse | 2.50/5 Samlet 2 Bedømmelser |
| Udvikler | skypia.works |
| [email protected] | |
| Betalingsmetode | free |
| Hjælpeside-URL | http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/197454.html |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Web Annotator",
"description": "Annotate web's contents",
"version": "2.9",
"permissions": [
"activeTab",
"tabs",
"background",
"http:\/\/*\/*",
"https:\/\/*\/*",
"*:\/\/*\/*",
"contextMenus",
"storage"
],
"background": {
"persistent": false,
"scripts": [
"js\/background.min.js"
]
},
"browser_action": {
"default_title": "the extension is not active",
"default_icon": {
"19": "Resources\/img\/ext-disabled.png",
"38": "Resources\/img\/ext-disabled.png"
}
},
"web_accessible_resources": [
"Resources\/EditSelectionForm.html",
"Resources\/NoteDetail.html",
"css\/fonts\/glyphicons-halflings-regular.woff2",
"css\/fonts\/glyphicons-halflings-regular.woff",
"css\/fonts\/glyphicons-halflings-regular.ttf",
"css\/fonts\/bootstrap\/glyphicons-halflings-regular.svg",
"index.html",
"view.html"
],
"manifest_version": 2
} | |