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はhttps://factualnote.comによって開発されたChromeの拡張機能で、その主な機能は「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

FN拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}