Chrome Scrapbook

This is a quick and dirty way to save notes across your Chrome.

ما هو Chrome Scrapbook؟

Chrome Scrapbook هو إضافة Chrome تم تطويرها بواسطة Alvin Nguyen، والميزة الرئيسية لها هي "This is a quick and dirty way to save notes across your Chrome.".

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

screenshot

تحميل ملف CRX للإضافة Chrome Scrapbook

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

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

                        This is a quick and dirty way to save quick notes in your Chrome.                    

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

الاسم Chrome Scrapbook Chrome Scrapbook
ID ibnjlibjbocfijndlhlfdkjihmjlmibd
عنوان URL الرسمي https://chromewebstore.google.com/detail/chrome-scrapbook/ibnjlibjbocfijndlhlfdkjihmjlmibd
الوصف This is a quick and dirty way to save notes across your Chrome.
حجم الملف 8.06 KB
عدد التثبيتات 1,466
النسخة الحالية 1.3
آخر تحديث 2015-06-23
تاريخ النشر 2015-06-22
تقييم 2.82/5 مجموع تقييمات 17
المطور Alvin Nguyen
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Scrapbook",
    "description": "This is a quick and dirty way to save notes across your Chrome.",
    "version": "1.3",
    "icons": {
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}