Web Annotator
Annotate web's contents
Vad är Web Annotator?
Web Annotator är en Chrome-tillägg utvecklad av skypia.works, och dess huvudfunktion är "Annotate web's contents".
Tilläggsskärmbilder
Ladda ner Web Annotator-förlängningens CRX-fil
Ladda ner Web Annotator-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
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äggande Information om Tillägg
| Namn | |
| ID | jpgclklaljmemibhlabchhhicgmcefog |
| Officiell webbadress | https://chromewebstore.google.com/detail/web-annotator/jpgclklaljmemibhlabchhhicgmcefog |
| Beskrivning | Annotate web's contents |
| Filstorlek | 521 KB |
| Antal Installationer | 155 |
| Aktuell Version | 2.9 |
| Senast Uppdaterad | 2017-03-03 |
| Publiceringsdatum | 2017-03-03 |
| Betyg | 2.50/5 Totalt 2 Betyg |
| Utvecklare | skypia.works |
| E-post | [email protected] |
| Betalningssätt | free |
| Hjälpsida URL | http://apcentral.collegeboard.com/apc/public/courses/teachers_corner/197454.html |
| Stödda Språk | 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
} | |