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.」です。
拡張機能のスクリーンショット
Prototype拡張機能のCRXファイルをダウンロード
Prototype拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Prototype replaces the new tab page with a self-styling scratchpad.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" } } } |