Web Annotator
Annotate web's contents
Was ist Web Annotator?
Web Annotator ist eine Chrome-Erweiterung, die von skypia.works entwickelt wurde, und ihr Hauptmerkmal ist "Annotate web's contents".
Erweiterungsscreenshots
Web Annotator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Web Annotator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jpgclklaljmemibhlabchhhicgmcefog |
| Offizielle URL | https://chromewebstore.google.com/detail/web-annotator/jpgclklaljmemibhlabchhhicgmcefog |
| Beschreibung | Annotate web's contents |
| Dateigröße | 521 KB |
| Installationsanzahl | 155 |
| Aktuelle Version | 2.9 |
| Letztes Update | 2017-03-03 |
| Veröffentlichungsdatum | 2017-03-03 |
| Bewertung | 2.50/5 Insgesamt 2 Bewertungen |
| Entwickler | skypia.works |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/197454.html |
| Unterstützte Sprachen | 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
} | |