Bundlephobia Web Extension
Bundlephobia extension to check the size of a package.
Bundlephobia Web Extensionとは何ですか?
Bundlephobia Web ExtensionはCristian Boteによって開発されたChromeの拡張機能で、その主な機能は「Bundlephobia extension to check the size of a package.」です。
拡張機能のスクリーンショット
Bundlephobia Web Extension拡張機能のCRXファイルをダウンロード
Bundlephobia Web Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a web extension that wraps the super awesome tool, Bundlephobia(https://bundlephobia.com/), with whom you can check the size of a package directly in your browser, without the need to open a new tab, when viewing it on github or npmjs.
拡張機能の基本情報
名前 | Bundlephobia Web Extension |
ID | dliifhggbnajibohfjcpiedlfjmoneko |
公式URL | https://chromewebstore.google.com/detail/bundlephobia-web-extensio/dliifhggbnajibohfjcpiedlfjmoneko |
説明 | Bundlephobia extension to check the size of a package. |
ファイルサイズ | 14.74 KB |
インストール数 | 161 |
現在のバージョン | 1.0.1 |
最終更新日 | 2018-11-22 |
公開日 | 2018-11-22 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Cristian Bote |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bundlephobia Web Extension", "version": "1.0.1", "description": "Bundlephobia extension to check the size of a package.", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": "favicon-32x32.png" }, "permissions": [ "activeTab", "declarativeContent" ], "icons": { "32": "favicon-32x32.png", "256": "icon-256x256.png" } } |