flowcite extension

Flowcite Extension

flowcite extensionとは何ですか?

flowcite extensionはapp.flowciteによって開発されたChromeの拡張機能で、その主な機能は「Flowcite Extension」です。

拡張機能のスクリーンショット

screenshot
screenshot

flowcite extension拡張機能のCRXファイルをダウンロード

flowcite extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        }
    }
}