Pixl Purrfct
Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!
Pixl Purrfctとは何ですか?
Pixl PurrfctはJohan Kitti Söderbergによって開発されたChromeの拡張機能で、その主な機能は「Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!」です。
拡張機能のスクリーンショット
Pixl Purrfct拡張機能のCRXファイルをダウンロード
Pixl Purrfct拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | Pixl Purrfct |
ID | cgjhkgkaacjcmiiicecijhkpnemeohjk |
公式URL | https://chromewebstore.google.com/detail/pixl-purrfct/cgjhkgkaacjcmiiicecijhkpnemeohjk |
説明 | Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling! |
ファイルサイズ | 13.1 KB |
インストール数 | 128 |
現在のバージョン | 0.2 |
最終更新日 | 2017-03-02 |
公開日 | 2017-03-02 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Johan Kitti Söderberg |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pixl Purrfct", "version": "0.2", "manifest_version": 2, "description": "Ditch stupid interpolation of images, zoom with proper pixel purrfect scaling!", "browser_action": { "default_icon": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style.css" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |