Logitech G915 X LIGHTSPEED on juhtmevaba mänguriklaviatuur, mis pakub ikoonilist kiirust, täpsust ja kohandamisvõimalusi. Ultraõhuke ja vastupidav disain koos tri-mode ühenduse (LIGHTSPEED, Bluetooth või juhtmega) ja GL mehaaniliste lülititega tagab mugava ja täpse mängukogemuse. Kohandatav LIGHTSYNC RGB valgustus ja KEYCONTROL võimaldavad täpset juhtimist ja mängude isikupärastamist. • GL mehaanilised madalprofiililised lülitid • Tri-mode ühendus: Lightspeed, Bluetooth, juhtmega • 23 mm õhuke disain • LIGHTSYNC RGB valgustus • KEYCONTROL kuni 15 funktsiooni klahvi kohta
MSI Katana 15 HX B14W on mänguritele loodud võimas sülearvuti, mille disain ja jõudlus peegeldavad legendaarse katana täpsust ja tugevust. Uue põlvkonna GPU-d ja AI-tööriistad toovad tippklassi graafika ja nutika jõudluse. • GeForce RTX 50-seeria graafika DLSS 4 ja ray tracing toega • Cooler Boost 5 jahutus CPU-GPU jagatud soojustoruga • 4-tsooniline RGB-klaviatuur esiletõstetud WASD-klahvidega • MSI AI Engine ja Microsoft Copilot nutikaks tööks ja mänguks
Notebook used, tested, possible scratches on the case, efficient and ready to use Windows 11 Pro 64bit for Lenovo PCs No power cable type "cloverleaf" Pre-installed system on the drive Keyboard US QWERTY Battery warranty 1 month from the date of purchase from the distributor
Die Stirnlampe HD250RS von Ansmann bringt nur 52 Gramm auf die Waage und bietet damit auch bei längerem Gebrauch hohen Tragekomfort. Sie ist nach IP52 gegen Spritzwasser und Staub geschützt und damit auch für den Outdoor-Einsatz geeignet. Sie verfügt über zwei LEDs: Eine COB-LED für den Nahbereich und eine zweite LED mit 5 Watt Leistung. Mit verschiedenen Leuchteinstellungen lässt sich die HD250RS durch die Kombination dieser zwei LEDs äußerst flexibel einsetzen. Ein integrierter Sensor ermöglicht dabei die Nutzung der Lampe durch Gestensteuerung. Diese Leuchte arbeitet mit einem integrierten Akku, der über USB aufgeladen wird. Damit erreicht sie eine Laufzeit von bis zu 9 Stunden.
Einhelli akulamp TC-CL 18/350 Li - Solo kuulub Power X-Change perekonda ja on usaldusväärne abimees, kui töötate halvasti valgustatud kohtades. Võimas LED annab 350 lm ja 7000 K ning tagab optimaalse valgustuse päevavalgusele sarnase valgusvärviga kuni 30 m kaugusel. Pööratav valguspea pakub maksimaalset paindlikkust kasutamisel. Kerge juhtmeta lamp sobib ideaalselt mobiilseks kasutamiseks ja on tänu pehmele käepidemele eriti mugav. Sisseehitatud kinnitussilmuse abil saab lampi hõlpsasti üles riputada või ruumi säästvalt hoiustada. Toode ei sisalda akut ega laadijat.
SPETTRO Active Noise Cancellation Headset SPETTRO Active Noise Cancellation Headset The COUGAR Spettro is a Bluetooth® certified Wireless headset, equipped with the Active N. C., Noise Cancellation, and Ambient Amplification functions, allowing you to fit any incident you met. Moreover, the Wire 3.5mm connection keeps you playing with the lossless delay with entertaining EQ and a crystal clear microphone. Therefore, the Spettro is the headset for the gamer who is also indulging in lifestyle. SPETTRO Spettro Bluetooth Active N.C. Headset Experience Audio Precision The Spettro headset offers versatile sound settings to enhance your gaming experience. Equipped with multiple sensors, the Active Noise Cancellation feature filters out external noise, allowing you to stay at your most focused; the Ambience Amplify function enables you to hear ambient sound without having to remove the headset. Active Noise Cancellation (N.C.) mode eliminates consistent background noise, allowing you to stay fully focused on your gameplay. With the Ambient Amplify, you can hear your surroundings without having to remove the headset and stay fully aware of your surroundings. Dedicated to Sound The COUGAR Spettro headset features multiple layers of sound architecture, providing a melodic and true-to-life frequency range. Its 40mm driver, with a selected titanium-coated diaphragm, offers optimal feedback for various applications, from music streaming to mobile gaming. .music-box{text-align:center;} .music-list{margin:0; padding:0; display:inline-block;} .music-list li{margin:0; padding:0; list-style:none; float:left; padding-left:20px; padding-right:20px;} .music-list .music-name p{ margin: 0 auto; width: 100%; height: 22px; line-height: 22px; font-size: 16px; color: #fff; text-align: center;font-style:italic;} .music-list{ display:inline; } $(function(){ //jq 转js 控制暂停或播放切换 // 获取所有audios var audios = document.getElementsByTagName("audio"); // 暂停函数 function pauseAll() { var self = this; [].forEach.call(audios, function (i) { // 将audios中其他的audio全部暂停 i !== self && i.pause(); }) } // 给play事件绑定暂停函数 [].forEach.call(audios, function (i) { i.addEventListener("play", pauseAll.bind(i)); }); //点击切换播放 $(".video-img-mask").click(function () { if(!$(this).hasClass("video-img-paly")){//如果当前播放 $('.video-img-mask').removeClass("video-img-paly"); $('.ao-iocn').attr('src','/global/img/products/headsets/spettro/ao_icon2.webp'); //播放图片 $('.nc-iocn').attr('src','/global/img/products/headsets/spettro/nc_icon2.webp'); //播放图片 $(this).addClass("video-img-paly"); $('.music-name p').removeClass("on"); $(this).parents('li').find('.music-name p').addClass("on"); $(this).find('.ao-iocn').attr('src','/global/img/products/headsets/spettro/ao_play_icon2.webp'); //播放图片 $(this).find('.nc-iocn').attr('src','/global/img/products/headsets/spettro/nc_play_icon2.webp'); //播放图片 $(this).find('.audio').get(0).play(); //开始播 }else{ //如果当前暂停 $(this).removeClass("video-img-paly"); $('.music-name p').removeClass("on"); $(this).find('.ao-iocn').attr('src','/global/img/products/headsets/spettro/ao_icon2.webp'); //播放图片 $(this).find('.nc-iocn').attr('src','/global/img/products/headsets/spettro/nc_icon2.webp'); //播放图片 $(this).find('.audio').get(0).pause(); //开始播放 } }) }); $(function(){ //jq 转js 控制暂停或播放切换 // 获取所有audios var audios = document.getElementsByTagName("audio"); // 暂停函数 function pauseAll() { var self = this; [].forEach.call(audios, function (i) { // 将audios中其他的audio全部暂停 i !== self && i.pause(); }) } // 给play事件绑定暂停函数 [].forEach.call(audios, function (i) { i.addEventListener("play", pauseAll.bind(i)); }); //点击切换播放 $(".video-img-mask").click(function () { if(!$(this).hasClass("video-img-paly")){//如果当前播放 $('.video-img-mask').removeClass("video-img-paly"); $('.ao-iocn').attr('src','/global/img/products/headsets/spettro/ao_icon2.webp'); //播放图片 $('.nc-iocn').attr('src','/global/img/products/headsets/spettro/nc_icon2.webp'); //播放图片 $(this).addClass("video-img-paly"); $('.music-name p').removeClass("on"); $(this).parents('li').find('.music-name p').addClass("on"); $(this).find('.ao-iocn').attr('src','/global/img/products/headsets/spettro/ao_play_icon2.webp'); //播放图片 $(this).find('.nc-iocn').attr('src','/global/img/products/headsets/spettro/nc_play_icon2.webp'); //播放图片 $(this).find('.audio').get(0).play(); //开始播 }else{ //如果当前暂停 $(this).removeClass("video-img-paly"); $('.music-name p').removeClass("on"); $(this).find('.ao-iocn').attr('src','/global/img/products/headsets/spettro/ao_icon2.webp'); //播放图片 $(this).find('.nc-iocn').attr('src','/global/img/products/headsets/spettro/nc_icon2.webp'); //播放图片 $(this).find('.audio').get(0).pause(); //开始播放 } }) }); "Noise Cancelling" "Ambience on" .music-box{text-align:center;} .music-list{margin:0; padding:0;display:inline-block;} .music-list li{margin:0; padding:0; list-style:none; float:left; padding-left:20px; padding-right:20px;} .video-img-mask{ width: 100%; margin:auto; padding:auto;} .music-list .music-name p{ margin: 0 auto; width: 100%; height: 22px; line-height: 22px; font-size: 16px; color: #fff; text-align: center;font-style:italic;} .clearfix{ display: none; } .music-list{ display:inline; } $(function(){ //jq 转js 控制暂停或播放切换 // 获取所有audios var audios = document.getElementsByTagName("audio"); // 暂停函数 function pauseAll() { var self = this; [].forEach.call(audios, function (i) { // 将audios中其他的audio全部暂停 i !== self && i.pause(); }) } // 给play事件绑定暂停函数 [].forEach.call(audios, function (i) { i.addEventListener("play", pauseAll.bind(i)); }); //点击切换播放 $(".video-img-mask").click(function () { if(!$(this).hasClass("video-img-paly")){//如果当前播放 $('.video-img-mask').removeClass("video-img-paly"); $('.ao-iocn').attr('src','https://cf.value4it.com/share/common/rc/Cougar/SPETTRO/ao_icon2.webp'); //播放图片 $('.nc-iocn').attr('src','https://cf.value4it.com/share/common/rc/Cougar/SPETTRO/nc_icon2.webp'); //播放图片 $(this).addClass("video-img-paly"); $('.music-name p').removeClass("on"); $(this).parents('li').find('.music-name p').addClass("on"); $(this).find('.ao-iocn').attr('src','https://cf.value4it.com/share/common/rc/Cougar/SPETTRO/ao_play_icon2.webp'); //播放图片 $(this).find('.nc-iocn').attr('src','https://cf.value4it.com/share/common/rc/Cougar/SPETTRO/nc_play_icon2.webp'); //播放图片 $(this).find('.audio').get(0).play(); //开始播 }else{ //如果当前暂停 $(this).removeClass("video-img-paly"); $('.music-name p').removeClass("on"); $(this).find('.ao-iocn').attr('src','https://cf.value4it.com/share/common/rc/Cougar/SPETTRO/ao_icon2.webp'); //播放图片 $(this).find('.nc-iocn').attr('src','https://cf.value4it.com/share/common/rc/Cougar/SPETTRO/nc_icon2.webp'); //播放图片 $(this).find('.audio').get(0).pause(); //开始播放 } }) }); Switch between standard, Active NC or Ambient Amp modes with the touch of a button. Never Miss a Beat The COUGAR Spettro headset comes equipped with microphones for both Bluetooth wireless mode and 3.5mm wired mode. This means that even if you're playing with low battery or prefer a wired connection for reduced latency, your vocal sound quality will never be compromised. Stay connected and communicate clearly with the Spettro headset. Bluetooth Wireless:Microphone on the ear cover 3.5mm Wire:Microphone on the cable Unmatched Comfort The Spettro gaming headset offers comprehensive comfort features, including memory foam earpads and versatile joints. Long-Lasting Power The Spettro gaming headset delivers excellent power performance, with a 14-hour operating battery for standard listening and 12 hours for Active Noise Cancellation. Whether you're gaming through the night or taking the red-eye, the Spettro headset is built to last and provide uninterrupted audio. .center_td_pk{ border-left:1px solid #FF6D00; } #pdleft th{color:#d3d3d3;padding-left:7px;} #pdleft td{color:#d3d3d3;padding-left:7px;} Operation Time 14 Hours* Active N.C. or Ambient Amp. 12~13 Hours Charging Time Close to 3 Hours *Operating time tested under the standard 60% of volume, stereo mode and LED off. **With type-C connection, the charging time tested through 5V and at least 1Ampere adaptor. Long-Lasting Power The Spettro gaming headset delivers excellent power performance, with a 14-hour operating battery for standard listening and 12 hours for Active Noise Cancellation. Whether you're gaming through the night or taking the red-eye, the Spettro headset is built to last and provide uninterrupted audio. .center_td_pk{ border-left:1px solid #FF6D00; } #pdleft th{color:#d3d3d3;padding-left:7px;} #pdleft td{color:#d3d3d3;padding-left:7px;} Operation Time 14 Hours* Active N.C. or Ambient Amp. 12~13 Hours Charging Time Close to 3 Hours *Operating time tested under the standard 60% of volume, stereo mode and LED off. **With type-C connection, the charging time tested through 5V and at least 1Ampere adaptor.