Prototype

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

什么是Prototype?

Prototype是由nDimensional Studios开发的Chrome扩展程序,该扩展的主要功能是“A scratch space for notes, links, reminders, and whatever else you want to keep around.”。

扩展截图

screenshot
screenshot
screenshot

下载Prototype扩展crx文件

下载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"
        }
    }
}