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"입니다.
확장 프로그램 스크린샷
FN 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |