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
电子邮箱 [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"
        }
    }
}