flowcite extension

Flowcite Extension

What is flowcite extension?

flowcite extension is a Chrome extension developed by app.flowcite, and its main feature is "Flowcite Extension".

Extension Screenshots

screenshot
screenshot

Download flowcite extension Extension CRX File

Download flowcite extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name flowcite extension flowcite extension
ID hdahcogkofmmocdlmnlecfjgklejoegd
Official URL https://chromewebstore.google.com/detail/flowcite-extension/hdahcogkofmmocdlmnlecfjgklejoegd
Description Flowcite Extension
File Size 726 KB
Installation Count 306
Current Version 0.4.3
Last Updated 2023-04-20
Publish Date 2020-05-16
Rating 3.67/5 Total 3 Ratings
Developer app.flowcite
Email [email protected]
Payment Type free
Extension Website https://flowcite.com
Help Page URL https://academy.flowcite.com/en/
Privacy Policy Page URL https://flowcite.com/privacy-policy
Supported Languages 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"
        }
    }
}