Crate

An extension to send links from the browser to your Crate account

ما هو Crate؟

Crate هو إضافة Chrome تم تطويرها بواسطة https://crate.co، والميزة الرئيسية لها هي "An extension to send links from the browser to your Crate account".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Crate

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

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

                        ✨ Your Internet, Organized with Crate ✨
Welcome to Crate! Crate allows you to save, curate, and share content from all corners of the internet. With Crate, you can create 'crates', unique collections of content from various sources like websites, social media, podcasts, and YouTube videos.

✨ Effortless Content Saving with Chrome Extension ✨
Adding content to Crate is a breeze, especially with our Chrome browser extension. Simply hit the 'add' button, share links from your favorite apps, or use the Chrome extension to save content directly from your browser. Crate does the rest.

 ✨ AI-Powered Organization ✨
Crate's AI makes content organization effortless. Not only does it keep your content neatly arranged, it also suggests and creates new 'crates' from the content you've saved.

✨ Collaborate and Share with Crates ✨
Experience the joy of shared content exploration with Crate. Create and share 'crates' with friends for a social and interactive content exploration experience.

✨ AI Summaries for Quick Insights ✨
Pressed for time? Crate's AI-generated summaries deliver the essence of articles and 'crates' in a flash, helping you grasp main concepts in half the time.

✨ Discover Your Content Personality ✨
Crate is more than just a content organizer. It's a tool for self-discovery, helping you understand your interests and personality through the content you save.

✨ Download Crate and its Chrome Extension Today! ✨
Are you ready to transform your digital life? Download Crate and its Chrome browser extension today.                    

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

الاسم Crate Crate
ID fikjddclpdgmchkoabhoaiikfkadieei
عنوان URL الرسمي https://chromewebstore.google.com/detail/crate/fikjddclpdgmchkoabhoaiikfkadieei
الوصف An extension to send links from the browser to your Crate account
حجم الملف 346 KB
عدد التثبيتات 71
النسخة الحالية 0.0.2
آخر تحديث 2023-11-20
تاريخ النشر 2023-07-19
المطور https://crate.co
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://crate.co
عنوان صفحة سياسة الخصوصية https://www.crate.co/policies/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.2",
    "short_name": "Crate",
    "name": "Crate",
    "description": "An extension to send links from the browser to your Crate account",
    "action": {
        "default_title": "Crate",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ]
}