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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में FN एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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