CJs Auto Refresh
Auto refresh the page for CJ because CJ is awesome!
CJs Auto Refreshคืออะไร?
CJs Auto Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nextstate และคุณลักษณะหลักของมันคือ "Auto refresh the page for CJ because CJ is awesome!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CJs Auto Refresh
ดาวน์โหลดไฟล์ส่วนขยาย CJs Auto Refresh ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Auto refresh one or more tabs by clicking the extension's icon and selecting Auto Refresh in the context menu. Change the refresh interval via the Options menu item in the context menu. When the refresh interval is changed, all tabs that have the Auto Refreshed already checked are refreshed and the new interval is set. Checking Auto Refresh on a different tab will use the new interval.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CJs Auto Refresh |
ID | gfgbegjbililmnkakfmpdhndnccpjnlf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cjs-auto-refresh/gfgbegjbililmnkakfmpdhndnccpjnlf |
คำอธิบาย | Auto refresh the page for CJ because CJ is awesome! |
ขนาดไฟล์ | 12.74 KB |
จำนวนการติดตั้ง | 118 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2019-03-24 |
วันที่เผยแพร่ | 2019-03-23 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | nextstate |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CJs Auto Refresh", "short_name": "CJs Refresh", "version": "1.0.1", "manifest_version": 2, "description": "Auto refresh the page for CJ because CJ is awesome!", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "contextMenus", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "icon128.png" } } |