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
官方網址 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"
        }
    }
}