flowcite extension

Flowcite Extension

ما هو flowcite extension؟

flowcite extension هو إضافة Chrome تم تطويرها بواسطة app.flowcite، والميزة الرئيسية لها هي "Flowcite Extension".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة flowcite extension

قم بتنزيل ملفات الامتداد flowcite extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://academy.flowcite.com/en/
عنوان صفحة سياسة الخصوصية 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"
        }
    }
}