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"
    ]
}