Flint Web Clipper

The easiest, fastest way to save articles to Flint.

ما هو Flint Web Clipper؟

Flint Web Clipper هو إضافة Chrome تم تطويرها بواسطة flint.extension، والميزة الرئيسية لها هي "The easiest, fastest way to save articles to Flint.".

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

screenshot

تحميل ملف CRX للإضافة Flint Web Clipper

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

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

                        Flint's Chrome extension is the easiest, fastest way to save online contents to Flint.
With a single click, you can save the url of the article you are reading.

No need to copy the url address and switch tabs!                    

معلومات أساسية عن التمديد

الاسم Flint Web Clipper Flint Web Clipper
ID bjnopannoijifbgiknolfnmchfmkndln
عنوان URL الرسمي https://chromewebstore.google.com/detail/flint-web-clipper/bjnopannoijifbgiknolfnmchfmkndln
الوصف The easiest, fastest way to save articles to Flint.
حجم الملف 219 KB
عدد التثبيتات 58
النسخة الحالية 1.0.1
آخر تحديث 2022-06-08
تاريخ النشر 2022-05-31
تقييم 5.00/5 مجموع تقييمات 4
المطور flint.extension
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.flint.so
عنوان صفحة المساعدة https://beta.flint.so
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flint Web Clipper",
    "short_name": "Flint Extension",
    "manifest_version": 3,
    "version": "1.0.1",
    "description": "The easiest, fastest way to save articles to Flint.",
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png",
        "512": "icons\/android-chrome-512x512.png"
    },
    "action": {
        "default_icon": "icons\/favicon-16x16.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/beta.flint.so\/*"
    ]
}