FN
User can annotate the specific text, element, or video in a web page and Start a discussion, rate the information and even flag it
¿Qué es FN?
FN es una extensión de Chrome desarrollada por https://factualnote.com, y su función principal es "User can annotate the specific text, element, or video in a web page and Start a discussion, rate the information and even flag it".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión FN
Descarga archivos de extensión FN en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
FactualNote is a cloud based annotation tool which lets the user to create digital notes. Users can annotate specific text, elements (images, section, etc), video & audio in a web page or files into a tiny link, share it in social media, review & rate the information Notes are the cropped data from entire document with callouts. It provides a human touch to the data in the websites & files. Notes creators has insights on traffic source & readers info. This browser extension helps to Enable FactualNote capabilities on live webpages Create full page screenshots, Record sceencast video on entire screen, applications and browser tabs store and share it from cloud. Create your private notes Access your FactualNote account and many more.
Información Básica de la Extensión
Nombre | FN |
ID | dmdggjmhffljmbcaockobngnpemiggfg |
URL Oficial | https://chromewebstore.google.com/detail/fn/dmdggjmhffljmbcaockobngnpemiggfg |
Descripción | User can annotate the specific text, element, or video in a web page and Start a discussion, rate the information and even flag it |
Tamaño del Archivo | 214 KB |
Cantidad de Instalaciones | 206 |
Versión Actual | 3 |
Última Actualización | 2022-09-08 |
Fecha de Publicación | 2017-09-17 |
Calificación | 4.73/5 Total de 15 Calificaciones |
Desarrollador | https://factualnote.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://factualnote.com |
URL de la Página de Política de Privacidad | https://factualnote.com/privacyPolicy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "js\/content.js" ] } ], "name": "FN", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*", "images\/fn-48.png" ], "description": "User can annotate the specific text, element, or video in a web page and Start a discussion, rate the information and even flag it", "background": { "page": "background.html" }, "homepage_url": "https:\/\/factualnote.com\/", "version": "3", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "login.html", "default_icon": "icons\/icon100.png", "default_title": "FactualNote" }, "permissions": [ "tabs", "activeTab", "http:\/\/factualnote.com\/*", "https:\/\/factualnote.com\/*", "desktopCapture", "contextMenus", "cookies", "storage", "unlimitedStorage" ] } |