Prototype

A scratch space for notes, links, reminders, and whatever else you want to keep around.

ما هو Prototype؟

Prototype هو إضافة Chrome تم تطويرها بواسطة nDimensional Studios، والميزة الرئيسية لها هي "A scratch space for notes, links, reminders, and whatever else you want to keep around.".

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

screenshot
screenshot
screenshot

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

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

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

                        Prototype replaces the new tab page with a self-styling scratchpad.                    

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

الاسم Prototype Prototype
ID mcfikpkmjbdlfjdlmbeodbfkenhpieam
عنوان URL الرسمي https://chromewebstore.google.com/detail/prototype/mcfikpkmjbdlfjdlmbeodbfkenhpieam
الوصف A scratch space for notes, links, reminders, and whatever else you want to keep around.
حجم الملف 673 KB
عدد التثبيتات 16
النسخة الحالية 0.4.7
آخر تحديث 2019-04-30
تاريخ النشر 2019-04-30
تقييم 5.00/5 مجموع تقييمات 2
المطور nDimensional Studios
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/nDimensional/prototype
عنوان صفحة المساعدة https://github.com/nDimensional/prototype/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prototype",
    "version": "0.4.7",
    "description": "A scratch space for notes, links, reminders, and whatever else you want to keep around.",
    "author": "Joel Gustafson",
    "developer": {
        "name": "nDimensional Studios",
        "url": "https:\/\/ndimensional.studio\/"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "homepage_url": "https:\/\/github.com\/nDimensional\/prototype",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png",
        "192": "icon-192.png"
    },
    "permissions": [
        "storage"
    ],
    "applications": {
        "gecko": {
            "id": "{4c6d75f6-cdad-4947-aec4-90a071b7fb81}",
            "strict_min_version": "66.0"
        }
    }
}