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
官方網址 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"
        }
    }
}