Tunable Image Block
A browser extension for limit loading of the images by data size or quality to save bandwidth.
Tunable Image Block란 무엇입니까?
Tunable Image Block은(는) DEIV ASTRA에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension for limit loading of the images by data size or quality to save bandwidth."입니다.
확장 프로그램 스크린샷
Tunable Image Block 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
*** Configuration *** At first, don't forget to set a limit mode and value in the Options of the extension. *** Usage & Hotkeys *** Use Ctrl + mouse move over image for load the original instance. Note that, a host settings (limit mode and value) restores after browser reloading, but the on/off states of tabs does't. If you want to see only small images(like icons) but cut off the big, then set image data size between 1K - 5K. *** Known issues *** 1.On some sites the image fully loading(Ctrl + Mouseover) not working well. It depends on how site was built. I have fixed many issues but I guess that is not all. 2.On some sites a limitation of the image data size is not working. Images loads fully. It happens when a server ignores specific parameter in the request. *** Release notes *** 2.1 - Fix showing on popup host without ".tld". - All net request rules are session now to fixed order of execution. - Fix reload original image after the first load error. 2.0 - First major release. All the best!
확장 프로그램 기본 정보
이름 | Tunable Image Block |
ID | agpjllgcceliiblmebkbiccaaldfedbc |
공식 URL | https://chromewebstore.google.com/detail/tunable-image-block/agpjllgcceliiblmebkbiccaaldfedbc |
설명 | A browser extension for limit loading of the images by data size or quality to save bandwidth. |
파일 크기 | 32.14 KB |
설치 횟수 | 2,796 |
현재 버전 | 2.1 |
최근 업데이트 | 2023-12-22 |
출시 날짜 | 2017-11-27 |
평점 | 4.14/5 총 43 개의 평점 |
개발자 | DEIV ASTRA |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://deivastra.codeberg.page |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tunable Image Block", "version": "2.1", "description": "A browser extension for limit loading of the images by data size or quality to save bandwidth.", "manifest_version": 3, "permissions": [ "tabs", "activeTab", "declarativeNetRequest", "storage" ], "icons": { "128": "icon\/icon-128.png" }, "action": { "default_title": "Tunable Image Block", "default_icon": "icon\/icon-128.png", "default_popup": "popup.html" }, "host_permissions": [ " |