flowcite extension

Flowcite Extension

flowcite extension là gì?

flowcite extension là một tiện ích mở rộng Chrome được phát triển bởi app.flowcite, và tính năng chính của nó là "Flowcite Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng flowcite extension

Tải xuống các tệp mở rộng flowcite extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên flowcite extension flowcite extension
ID hdahcogkofmmocdlmnlecfjgklejoegd
URL Chính Thức https://chromewebstore.google.com/detail/flowcite-extension/hdahcogkofmmocdlmnlecfjgklejoegd
Mô tả Flowcite Extension
Kích Thước Tệp 726 KB
Số Lần Cài Đặt 306
Phiên Bản Hiện Tại 0.4.3
Cập Nhật Lần Cuối 2023-04-20
Ngày Phát Hành 2020-05-16
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển app.flowcite
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://flowcite.com
URL Trang Trợ Giúp https://academy.flowcite.com/en/
URL Trang Chính Sách Bảo Mật https://flowcite.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}