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

Что такое FN?

FN - это расширение Chrome, разработанное https://factualnote.com, и его основная функция - "User can annotate the specific text, element, or video in a web page and Start a discussion, rate the information and even flag it".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения FN

Скачайте файлы расширений FN в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название FN FN
ID dmdggjmhffljmbcaockobngnpemiggfg
Официальный URL https://chromewebstore.google.com/detail/fn/dmdggjmhffljmbcaockobngnpemiggfg
Описание User can annotate the specific text, element, or video in a web page and Start a discussion, rate the information and even flag it
Размер файла 214 KB
Количество установок 206
Текущая Версия 3
Последнее Обновление 2022-09-08
Дата публикации 2017-09-17
Рейтинг 4.73/5 Всего 15 оценок
Разработчик https://factualnote.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://factualnote.com
URL страницы политики конфиденциальности https://factualnote.com/privacyPolicy
Поддерживаемые языки 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"
    ]
}