AutoRefresh+
Powerful timed refresh tool
AutoRefresh+คืออะไร?
AutoRefresh+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MichaelKeys และคุณลักษณะหลักของมันคือ "Powerful timed refresh tool"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoRefresh+
ดาวน์โหลดไฟล์ส่วนขยาย AutoRefresh+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
AutoRefresh+ is an open-source Chrome extension that allows users to refresh a websites at a given time interval. The user has to simply enter the hostname of the website that they would like the refresh, and the number of minutes between each refresh, and AutoRefresh+ will do the rest!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jdcmniiepfjinccadkbjliiopialnnmi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/autorefresh+/jdcmniiepfjinccadkbjliiopialnnmi |
คำอธิบาย | Powerful timed refresh tool |
ขนาดไฟล์ | 65.98 KB |
จำนวนการติดตั้ง | 659 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-11-04 |
วันที่เผยแพร่ | 2018-11-04 |
ผู้พัฒนา | MichaelKeys |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://bitbucket.org/MichaelKeys/autorefresh/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoRefresh+", "version": "1.0", "description": "Powerful timed refresh tool", "permissions": [ "activeTab", "alarms", "declarativeContent", "storage", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/AutoRefresh+16.png", "32": "images\/AutoRefresh+32.png", "48": "images\/AutoRefresh+48.png", "128": "images\/AutoRefresh+128.png" } }, "icons": { "16": "images\/AutoRefresh+16.png", "32": "images\/AutoRefresh+32.png", "48": "images\/AutoRefresh+48.png", "128": "images\/AutoRefresh+128.png" }, "options_page": "options.html", "manifest_version": 2 } |