Tab auto reloader

This extension reloads the current tab at a chosen interval.

Tab auto reloaderคืออะไร?

Tab auto reloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://denilson.sa.nom.br และคุณลักษณะหลักของมันคือ "This extension reloads the current tab at a chosen interval."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab auto reloader

ดาวน์โหลดไฟล์ส่วนขยาย Tab auto reloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This Chrome extension reloads (refreshes) the current tab at a chosen interval.

* Free and open-source.
* No (extra) permissions required.
* Easy-to-use.
* The reload (refresh) interval can be different for each tab.

https://github.com/denilsonsa/crx-reload-tab/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tab auto reloader Tab auto reloader
ID knnahnemielbnanghaphjgheamgcjjcb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-auto-reloader/knnahnemielbnanghaphjgheamgcjjcb
คำอธิบาย This extension reloads the current tab at a chosen interval.
ขนาดไฟล์ 14.36 KB
จำนวนการติดตั้ง 26,500
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-11-19
วันที่เผยแพร่ 2018-04-23
คะแนน 4.90/5 รวมทั้งหมด 99 คะแนน
ผู้พัฒนา https://denilson.sa.nom.br
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/denilsonsa/crx-reload-tab/
URL หน้าช่วยเหลือ https://github.com/denilsonsa/crx-reload-tab/issues
URL หน้านโยบายความเป็นส่วนตัว http://denilson.sa.nom.br/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab auto reloader",
    "short_name": "Tab reloader",
    "description": "This extension reloads the current tab at a chosen interval.",
    "version": "1.1",
    "homepage_url": "https:\/\/github.com\/denilsonsa\/crx-reload-tab\/",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Reload this page every\u2026"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "storage"
    ]
}