flowcite extension

Flowcite Extension

flowcite extension란 무엇입니까?

flowcite extension은(는) app.flowcite에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Flowcite Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

flowcite extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Search and cite from across the web – Download the Browser Plugin and use the world wide web as a huge library source. – Beyond saving your citation and your reference with one click Flowcite will create a screenshot from your website of interest and will save it in your own Flowcite library so you are able to access it everywhere at any time.                    

확장 프로그램 기본 정보

이름 flowcite extension flowcite extension
ID hdahcogkofmmocdlmnlecfjgklejoegd
공식 URL https://chromewebstore.google.com/detail/flowcite-extension/hdahcogkofmmocdlmnlecfjgklejoegd
설명 Flowcite Extension
파일 크기 726 KB
설치 횟수 306
현재 버전 0.4.3
최근 업데이트 2023-04-20
출시 날짜 2020-05-16
평점 3.67/5 총 3 개의 평점
개발자 app.flowcite
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://flowcite.com
도움말 페이지 URL https://academy.flowcite.com/en/
개인정보 보호 정책 페이지 URL https://flowcite.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "0.4.3",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "",
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.js",
                "scripts\/loadsh.js",
                "scripts\/xml2json.js",
                "scripts\/contentscript.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "pages\/sign-in.html"
    ],
    "browser_action": [],
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "default": "Ctrl+Space"
            },
            "description": "Send a 'toggle-feature' event"
        }
    }
}