Undisposition [Racle fork]
Removes Content-Disposition: attachment HTTP header to allow view files instead of downloading them. Extension icon acts as toggle.
Undisposition [Racle fork]とは何ですか?
Undisposition [Racle fork]はRacleによって開発されたChromeの拡張機能で、その主な機能は「Removes Content-Disposition: attachment HTTP header to allow view files instead of downloading them. Extension icon acts as toggle.」です。
拡張機能のスクリーンショット
Undisposition [Racle fork]拡張機能のCRXファイルをダウンロード
Undisposition [Racle fork]拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Removes Content-Disposition: attachment HTTP header to allow view files instead of downloading them. Sometimes you want to see files in Chrome inline, but Chrome started to download it. This is quite irritating. This extension relaxes this behavior. Extension icon acts as quick toggle on/off. Source code: https://github.com/Racle/undisposition Original extension: Undisposition: https://chrome.google.com/webstore/detail/undisposition/hjfncfijclafkkfifjelofbeclipplfi Original code: https://github.com/cielavenir/ctouch/tree/master/undisposition Issue this fork is based on: https://github.com/cielavenir/ctouch/issues/1 (Thanks to GianPaolo70!) Original description: Remove Content-Disposition: attachment HTTP header. Sometimes you want to see files in Chrome inline, but Chrome started to download it. This is quite irritating. This extension relaxes this behavior. Changelog: Version 0.0.6: Blacklist bugfix Version 0.0.5: Manifest V3 support. Added blacklist support. Right click Undisposition icon => Settings to set domains to blacklist.
拡張機能の基本情報
名前 | Undisposition [Racle fork] |
ID | bbppejejjfancffmhncgkhjdaikdgagc |
公式URL | https://chromewebstore.google.com/detail/undisposition-racle-fork/bbppejejjfancffmhncgkhjdaikdgagc |
説明 | Removes Content-Disposition: attachment HTTP header to allow view files instead of downloading them. Extension icon acts as toggle. |
ファイルサイズ | 15.47 KB |
インストール数 | 5,479 |
現在のバージョン | 0.0.6 |
最終更新日 | 2022-10-27 |
公開日 | 2019-12-13 |
評価 | 4.55/5 合計 31 レビュー |
開発者 | Racle |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Racle/undisposition |
ヘルプページのURL | https://github.com/Racle/undisposition/issues/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "@racle", "name": "Undisposition [Racle fork]", "description": "Removes Content-Disposition: attachment HTTP header to allow view files instead of downloading them. Extension icon acts as toggle.", "version": "0.0.6", "manifest_version": 3, "background": { "service_worker": "undisposition_bg.js", "type": "module" }, "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_title": "Undisposition" }, "permissions": [ "contextMenus", "declarativeNetRequest", "storage" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |