Jackeryのポータブル電源がAmazon.co.jpでタイムセール中だ。対象製品のひとつ、「1000 Plus」は通常16万8,000円のところ30%OFFの11万7,600円となっている。
1000 Plusは容量1,264Whのポータブル電源。定格出力は2,000Wで、家庭で使用する電化製品の多くに対応する。AC×3ポート、USB Type-A×2ポート、USB Type-C×2ポート、シガーソケット×1ポートを備えている。
バッテリーにはリン酸鉄リチウムイオン電池を採用。4,000サイクルの長寿命を誇り、毎日使用しても10年以上使えるという。
最大3つの拡張バッテリーの接続が可能。5,056Wh(最大)まで容量を拡張できるとしている。Jackery専用アプリから、本体の状態確認や遠隔操作にも対応する。
同ブランドのソーラーパネルとの組み合わせにも対応。ソーラーパネルとのセット品もタイムセールの対象となっている。
※価格表記はすべて税込です。
※実際の価格はAmazon.co.jpでご確認ください。
この要約はGeminiによって自動生成されたものであり、原文の完全性や正確性を保証するものではありません。この機能はベータ運用中です。
×
';
const t=d.getElementById('summary2_text');
t.innerText=json.summary;
(adsbygoogle = window.adsbygoogle || []).push({});
}
};
window.ipc_get_summary3=function(json){
console.log('ipc_get_summary3');
console.log(json);
const d1=d.getElementById('summary2_result');
d1.innerHTML = '';
d1.className='mv20';
let summary3=d.createElement('DIV');
summary3.className='box-02 ai aleft';
summary3.style.position='relative';
d1.appendChild(summary3);
const d2=d.getElementById('summary2_button');
if (d2) {
d2.remove();
}
if(json.error){
summary3.innerText='申し訳ございません。この記事はうまく要約が作れないようです。別の記事でお試しください。';
}else{
summary3.innerHTML='
3行まとめ
この要約はGeminiによって自動生成されたものであり、原文の完全性や正確性を保証するものではありません。この機能はベータ運用中です。
×
';
const t=d.getElementById('summary3_text');
t.innerText=json.summary;
(adsbygoogle = window.adsbygoogle || []).push({});
}
};
window.ipc_get_body_size=function(){
let p_tags=d.querySelectorAll('.main-contents .contents-section>p');
var text='';
for (let i=0;i
= targetDate) && (!location.pathname.includes('/docs/topic/special/'))) {
let p_tags=d.querySelectorAll('.main-contents .contents-section>p');
if (p_tags.length>2&&ipc_get_body_size()>=1000){
let div=d.createElement('DIV');
div.id='summary2_section';
div.className='acenter';
let d2=d.createElement('DIV');
d2.id='summary2_button';
d2.className='acenter';
div.appendChild(d2);
let d3=d.createElement('DIV');
d3.id='summary2_result';
d3.className='acenter';
div.appendChild(d3);
let button=d.createElement('BUTTON');
button.id='button_sentence';
button.className='watch-link ai';
button.innerText='記事を要約する(AI)';
button.style.margin='10px';
button.setAttribute('onclick','window.summarize2()');
d2.appendChild(button);
p_tags[2].appendChild(div);
let button3=d.createElement('BUTTON');
button3.id='button_bulletpoints';
button3.className='watch-link ai';
button3.innerText='3行まとめ';
button3.style.margin='10px';
button3.setAttribute('onclick','window.summarize3()');
d2.appendChild(button3);
p_tags[1].appendChild(div);
}
} else {
console.log('Published date is before 2024-01-15');
}
} else {
console.log('article:published_time not found');
}
})(document);