Codopen
Easy-peasy debugging of all your codepen codepens!
Codopenとは何ですか?
CodopenはDizzyによって開発されたChromeの拡張機能で、その主な機能は「Easy-peasy debugging of all your codepen codepens!」です。
拡張機能のスクリーンショット
Codopen拡張機能のCRXファイルをダウンロード
Codopen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a button and shortcut (Ctrl-Shift-i) to switch between Pen and Debug view tabs for a Codepen.
拡張機能の基本情報
名前 | Codopen |
ID | agnkphdgffianchpipdbkeaclfbobaak |
公式URL | https://chromewebstore.google.com/detail/codopen/agnkphdgffianchpipdbkeaclfbobaak |
説明 | Easy-peasy debugging of all your codepen codepens! |
ファイルサイズ | 18.88 KB |
インストール数 | 2,247 |
現在のバージョン | 1.0.3 |
最終更新日 | 2019-10-19 |
公開日 | 2019-10-19 |
評価 | 4.78/5 合計 9 レビュー |
開発者 | Dizzy |
支払い方法 | free |
拡張機能のウェブサイト | http://github.com/dizzyd/codopen |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Codopen", "version": "1.0.3", "manifest_version": 2, "description": "Easy-peasy debugging of all your codepen codepens!", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png" } }, "commands": { "toggle-codepen-dbg": { "description": "Toggle CodePen Debugging Mode", "suggested_key": { "default": "Ctrl+Shift+I" } } }, "permissions": [ "activeTab", "declarativeContent", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |