Tab reloader

Updating tabs by time.

Tab reloaderคืออะไร?

Tab reloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://maksam07.com และคุณลักษณะหลักของมันคือ "Updating tabs by time."

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

screenshot
screenshot

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

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

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

                        Updating tabs by time

You can configure updates for each separately
In the pop-up window, you will switch between tabs and the set time for each of them
Convenient control and ease of use!                    

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

ชื่อ Tab reloader Tab reloader
ID ogmnlijjlpgemofpegfdlnaembcgnnhj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-reloader/ogmnlijjlpgemofpegfdlnaembcgnnhj
คำอธิบาย Updating tabs by time.
ขนาดไฟล์ 99.79 KB
จำนวนการติดตั้ง 190
เวอร์ชันปัจจุบัน 1.0.1.0
อัปเดตครั้งล่าสุด 2021-05-03
วันที่เผยแพร่ 2020-12-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://maksam07.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/img\/icon\/icon19.png",
            "38": "static\/img\/icon\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_appDesc__"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/maksam07.com\/",
    "icons": {
        "128": "static\/img\/icon\/icon128.png",
        "16": "static\/img\/icon\/icon16.png",
        "48": "static\/img\/icon\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Tab reloader",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage"
    ],
    "short_name": "Tab reloader",
    "version": "1.0.1.0"
}