flowcite extension

Flowcite Extension

Was ist flowcite extension?

flowcite extension ist eine Chrome-Erweiterung, die von app.flowcite entwickelt wurde, und ihr Hauptmerkmal ist "Flowcite Extension".

Erweiterungsscreenshots

screenshot
screenshot

flowcite extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie flowcite extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name flowcite extension flowcite extension
ID hdahcogkofmmocdlmnlecfjgklejoegd
Offizielle URL https://chromewebstore.google.com/detail/flowcite-extension/hdahcogkofmmocdlmnlecfjgklejoegd
Beschreibung Flowcite Extension
Dateigröße 726 KB
Installationsanzahl 306
Aktuelle Version 0.4.3
Letztes Update 2023-04-20
Veröffentlichungsdatum 2020-05-16
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler app.flowcite
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://flowcite.com
Hilfeseite URL https://academy.flowcite.com/en/
URL der Datenschutzrichtlinien-Seite https://flowcite.com/privacy-policy
Unterstützte Sprachen 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"
        }
    }
}