Annotate
A simple tool to annotate web pages and share them through permalinks.
Hvad er Annotate?
Annotate er en Chrome-udvidelse udviklet af https://webrobots.io, og dens hovedfunktion er "A simple tool to annotate web pages and share them through permalinks.".
Udvidelsesskærmbilleder
Download Annotate-udvidelses-CRX-fil
Download Annotate-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
Extension for annotating web pages Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | emakhcohiapmkipgkjelkkkfaphanjdn |
| Officiel URL | https://chromewebstore.google.com/detail/annotate/emakhcohiapmkipgkjelkkkfaphanjdn |
| Beskrivelse | A simple tool to annotate web pages and share them through permalinks. |
| Filstørrelse | 501 KB |
| Antal Installationer | 1,746 |
| Nuværende Version | 0.0.1 |
| Senest Opdateret | 2016-10-04 |
| Udgivelsesdato | 2016-10-03 |
| Bedømmelse | 3.67/5 Samlet 6 Bedømmelser |
| Udvikler | https://webrobots.io |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://webrobots.io |
| URL til Fortrolighedspolitik Side | https://webrobots.io/privacy-policy |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Annotate",
"version": "0.0.1",
"manifest_version": 2,
"description": "A simple tool to annotate web pages and share them through permalinks.",
"author": "https:\/\/webrobots.io",
"homepage_url": "https:\/\/webrobots.io",
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+Shift+P"
}
}
},
"permissions": [
"activeTab",
"https:\/\/weannotate.s3.amazonaws.com\/",
"http:\/\/portal.webrobots.io\/*",
"http:\/\/demo.webrobots.io\/*",
"https:\/\/ssl.google-analytics.com\/*"
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
}
} | |