Tab reloader

Updating tabs by time.

Apa itu Tab reloader?

Tab reloader adalah ekstensi Chrome yang dikembangkan oleh https://maksam07.com, dan fitur utamanya adalah "Updating tabs by time.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Tab reloader

Unduh file ekstensi Tab reloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Tab reloader Tab reloader
ID ogmnlijjlpgemofpegfdlnaembcgnnhj
URL Resmi https://chromewebstore.google.com/detail/tab-reloader/ogmnlijjlpgemofpegfdlnaembcgnnhj
Deskripsi Updating tabs by time.
Ukuran File 99.79 KB
Jumlah Instalasi 190
Versi Saat Ini 1.0.1.0
Terakhir Diperbarui 2021-05-03
Tanggal Publikasi 2020-12-13
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://maksam07.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}