Annotate
A simple tool to annotate web pages and share them through permalinks.
Qu'est-ce que Annotate ?
Annotate est une extension Chrome développée par https://webrobots.io, et sa fonction principale est "A simple tool to annotate web pages and share them through permalinks.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Annotate
Téléchargez les fichiers d'extension Annotate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Extension for annotating web pages
Informations de Base sur l'Extension
Nom | Annotate |
ID | emakhcohiapmkipgkjelkkkfaphanjdn |
URL Officiel | https://chromewebstore.google.com/detail/annotate/emakhcohiapmkipgkjelkkkfaphanjdn |
Description | A simple tool to annotate web pages and share them through permalinks. |
Taille du Fichier | 501 KB |
Nombre d'Installations | 1,746 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2016-10-04 |
Date de Publication | 2016-10-03 |
Évaluation | 3.67/5 Total 6 Évaluations |
Développeur | https://webrobots.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://webrobots.io |
URL de la Page de Politique de Confidentialité | https://webrobots.io/privacy-policy |
Langues Prises en Charge | 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" } } |