CodePad
A whole new way to use your Chrome Tab. Open a new tab to take notes.
CodePadとは何ですか?
CodePadはwebnirmanamによって開発されたChromeの拡張機能で、その主な機能は「A whole new way to use your Chrome Tab. Open a new tab to take notes.」です。
拡張機能のスクリーンショット
CodePad拡張機能のCRXファイルをダウンロード
CodePad拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A whole new way to use your Chrome Tab. Open a new tab to take notes.
拡張機能の基本情報
名前 | CodePad |
ID | nlanembjpnihooihcihdciioiefilplk |
公式URL | https://chromewebstore.google.com/detail/codepad/nlanembjpnihooihcihdciioiefilplk |
説明 | A whole new way to use your Chrome Tab. Open a new tab to take notes. |
ファイルサイズ | 159 KB |
インストール数 | 169 |
現在のバージョン | 1.1 |
最終更新日 | 2018-10-24 |
公開日 | 2018-10-23 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | webnirmanam |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://webnirmanam.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CodePad", "short_name": "Pad", "version": "1.1", "manifest_version": 2, "description": "A whole new way to use your Chrome Tab. Open a new tab to take notes.", "icons": { "18": "img\/icon\/icon18.png", "48": "img\/icon\/icon48.png", "128": "img\/icon\/icon128.png" }, "background": { "scripts": [ "js\/bundle.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "fontSettings" ] } |