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
官方網址 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"
    ]
}