flowcite extension

Flowcite Extension

Vad är flowcite extension?

flowcite extension är en Chrome-tillägg utvecklad av app.flowcite, och dess huvudfunktion är "Flowcite Extension".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner flowcite extension-förlängningens CRX-fil

Ladda ner flowcite extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn flowcite extension flowcite extension
ID hdahcogkofmmocdlmnlecfjgklejoegd
Officiell webbadress https://chromewebstore.google.com/detail/flowcite-extension/hdahcogkofmmocdlmnlecfjgklejoegd
Beskrivning Flowcite Extension
Filstorlek 726 KB
Antal Installationer 306
Aktuell Version 0.4.3
Senast Uppdaterad 2023-04-20
Publiceringsdatum 2020-05-16
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare app.flowcite
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://flowcite.com
Hjälpsida URL https://academy.flowcite.com/en/
URL till Sekretesspolicy Sidan https://flowcite.com/privacy-policy
Stödda Språk 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"
        }
    }
}