Annotate
A simple tool to annotate web pages and share them through permalinks.
Was ist Annotate?
Annotate ist eine Chrome-Erweiterung, die von https://webrobots.io entwickelt wurde, und ihr Hauptmerkmal ist "A simple tool to annotate web pages and share them through permalinks.".
Erweiterungsscreenshots
Annotate-Erweiterungs-CRX-Datei herunterladen
Laden Sie Annotate-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
Extension for annotating web pages
Grundlegende Informationen zur Erweiterung
Name | Annotate |
ID | emakhcohiapmkipgkjelkkkfaphanjdn |
Offizielle URL | https://chromewebstore.google.com/detail/annotate/emakhcohiapmkipgkjelkkkfaphanjdn |
Beschreibung | A simple tool to annotate web pages and share them through permalinks. |
Dateigröße | 501 KB |
Installationsanzahl | 1,746 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2016-10-04 |
Veröffentlichungsdatum | 2016-10-03 |
Bewertung | 3.67/5 Insgesamt 6 Bewertungen |
Entwickler | https://webrobots.io |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://webrobots.io |
URL der Datenschutzrichtlinien-Seite | https://webrobots.io/privacy-policy |
Unterstützte Sprachen | 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" } } |