Prototype

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

Prototype là gì?

Prototype là một tiện ích mở rộng Chrome được phát triển bởi nDimensional Studios, và tính năng chính của nó là "A scratch space for notes, links, reminders, and whatever else you want to keep around.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Prototype

Tải xuống các tệp mở rộng Prototype dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Prototype Prototype
ID mcfikpkmjbdlfjdlmbeodbfkenhpieam
URL Chính Thức https://chromewebstore.google.com/detail/prototype/mcfikpkmjbdlfjdlmbeodbfkenhpieam
Mô tả A scratch space for notes, links, reminders, and whatever else you want to keep around.
Kích Thước Tệp 673 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 0.4.7
Cập Nhật Lần Cuối 2019-04-30
Ngày Phát Hành 2019-04-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển nDimensional Studios
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/nDimensional/prototype
URL Trang Trợ Giúp https://github.com/nDimensional/prototype/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}