Revolver Tabs - Kangal Edition

Revolver Tabs - Kangal Edition

Co to jest Revolver Tabs - Kangal Edition?

Revolver Tabs - Kangal Edition to rozszerzenie Chrome opracowane przez Tufan Tunç, a jego główną funkcją jest „Revolver Tabs - Kangal Edition”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Revolver Tabs - Kangal Edition

Pobierz pliki rozszerzeń Revolver Tabs - Kangal Edition w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Automatically rotate through open tabs with "Kangal" power.

This version made especially for Yiğido's.

Every hour, at 58th minute, you can show a website about Sivas or Kangal's.

Minutes and websites can customizable.

Best regards.                    

Podstawowe informacje o rozszerzeniu

Nazwa Revolver Tabs - Kangal Edition Revolver Tabs - Kangal Edition
ID codppfgckgaiebkheenafhhlblmaihig
Oficjalny URL https://chrome.google.com/webstore/detail/revolver-tabs-kangal-edit/codppfgckgaiebkheenafhhlblmaihig
Opis Revolver Tabs - Kangal Edition
Rozmiar pliku 12.51 KB
Liczba instalacji 2,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-04-18
Data Publikacji 2019-04-18
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Tufan Tunç
Typ Płatności free
Strona Rozszerzenia https://github.com/tufantunc/Revolver-Tabs-Kangal-Edition
Adres URL Strony Pomocy https://github.com/tufantunc/Revolver-Tabs-Kangal-Edition/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Revolver Tabs - Kangal Edition",
    "background": {
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "kangal_19.png",
        "default_title": "Revolver Tabs - Kangal Edition"
    },
    "description": "Revolver Tabs - Kangal Edition",
    "icons": {
        "128": "kangal_128.png",
        "48": "kangal_48.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "idle"
    ],
    "version": "1.0"
}