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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
        }
    }
}