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'est-ce que FN ?
FN est une extension Chrome développée par https://factualnote.com, et sa fonction principale est "User can annotate the specific text, element, or video in a web page and Start a discussion, rate the information and even flag it".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension FN
Téléchargez les fichiers d'extension FN 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
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.
Informations de Base sur l'Extension
Nom | FN |
ID | dmdggjmhffljmbcaockobngnpemiggfg |
URL Officiel | https://chromewebstore.google.com/detail/fn/dmdggjmhffljmbcaockobngnpemiggfg |
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 |
Taille du Fichier | 214 KB |
Nombre d'Installations | 206 |
Version Actuelle | 3 |
Dernière Mise à Jour | 2022-09-08 |
Date de Publication | 2017-09-17 |
Évaluation | 4.73/5 Total 15 Évaluations |
Développeur | https://factualnote.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://factualnote.com |
URL de la Page de Politique de Confidentialité | https://factualnote.com/privacyPolicy |
Langues Prises en Charge | 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" ] } |