Auto Refresh Tabs AES
A chrome extension that auto-refreshes tabs based on a timer set by the user.
Auto Refresh Tabs AESคืออะไร?
Auto Refresh Tabs AES เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aesymmetric.xyz และคุณลักษณะหลักของมันคือ "A chrome extension that auto-refreshes tabs based on a timer set by the user."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Refresh Tabs AES
ดาวน์โหลดไฟล์ส่วนขยาย Auto Refresh Tabs AES ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Auto Refresh Tabs AES is an extension that allows you to automatically refresh and reload web pages at a specific time interval. It is extremely easy to set up and use! Do you need to refresh or reload a web page at a certain time interval to see new updates or request new data on a page? Do you need to do this automatically so you don’t waste time or forget to refresh or reload the page yourself? This is where Auto Refresh Tabs AES can help you! Let Auto Refresh Tabs AES handle the refreshing automatically for you! — Features: ⭐ Set a timer to automatically reload a page or tab We provide you a list of pre-defined timers you can select. You can also set up your own custom timer that can be set at the minutes and seconds level. You can even set the timer to reload the page at a random time! ⭐ Set up different timers for different pages or tabs Want to set up one tab to reload every 10 seconds, and another tab to reload at 30 seconds? No problem! Auto Refresh Tabs AES lets to set up different custom timers per page or tab. ⭐ Save your timer settings per website If you want to save your timer settings so that pages or tabs automatically start reloading once you go to a specific website, that is totally possible! You don’t have to set up timers all over again after each time you close a tab or your browser. Just open up the website you saved the timer settings on and they will start up automatically! Saves you a ton of time! ⭐ See the timer countdown on the page or tab Want to know how long until the next reload on a page or tab happens? We add a small countdown element at the top right of the page to let you know when the next reload will happen and keep you updated. ⭐ Hard reload the page or tab Need to make sure the cache is cleared on page reload and it doesn’t show any old data or information? That is totally possible to do with this extension! — Install Auto Refresh Tabs AES today and give it a shot!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Auto Refresh Tabs AES |
ID | gobcmejckjijmpejafhjpdialnibplen |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-refresh-tabs-aes/gobcmejckjijmpejafhjpdialnibplen |
คำอธิบาย | A chrome extension that auto-refreshes tabs based on a timer set by the user. |
ขนาดไฟล์ | 428 KB |
จำนวนการติดตั้ง | 344 |
เวอร์ชันปัจจุบัน | 1.2.4 |
อัปเดตครั้งล่าสุด | 2021-02-22 |
วันที่เผยแพร่ | 2021-02-22 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://aesymmetric.xyz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Refresh Tabs AES", "description": "A chrome extension that auto-refreshes tabs based on a timer set by the user.", "version": "1.2.4", "browser_action": { "default_icon": ".\/assets\/logo\/[email protected]", "default_popup": "popup.html" }, "icons": { "16": ".\/assets\/logo\/[email protected]", "32": ".\/assets\/logo\/[email protected]", "64": ".\/assets\/logo\/[email protected]", "128": ".\/assets\/logo\/[email protected]", "256": ".\/assets\/logo\/[email protected]", "512": ".\/assets\/logo\/[email protected]" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content_script.js" ] } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "activeTab", "storage" ] } |