Annotate
A simple tool to annotate web pages and share them through permalinks.
Wat is Annotate?
Annotate is een Chrome-extensie ontwikkeld door https://webrobots.io, en de belangrijkste functie is "A simple tool to annotate web pages and share them through permalinks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Annotate
Download Annotate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension for annotating web pages
Basisinformatie over de Extensie
Naam | Annotate |
ID | emakhcohiapmkipgkjelkkkfaphanjdn |
Officiële URL | https://chromewebstore.google.com/detail/annotate/emakhcohiapmkipgkjelkkkfaphanjdn |
Beschrijving | A simple tool to annotate web pages and share them through permalinks. |
Bestandsgrootte | 501 KB |
Aantal Installaties | 1,746 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2016-10-04 |
Publicatiedatum | 2016-10-03 |
Beoordeling | 3.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://webrobots.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://webrobots.io |
URL van de Privacybeleid Pagina | https://webrobots.io/privacy-policy |
Ondersteunde Talen | 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" } } |