flowcite extension

Flowcite Extension

flowcite extensionคืออะไร?

flowcite extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย app.flowcite และคุณลักษณะหลักของมันคือ "Flowcite Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย flowcite extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
        }
    }
}