Spin Page In

Get every page a hot off the press.

Co to jest Spin Page In?

Spin Page In to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Get every page a hot off the press.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Spin Page In

Pobierz pliki rozszerzeń Spin Page In 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

                        Just like in the movies, watch the page spin in before reading.                    

Podstawowe informacje o rozszerzeniu

Nazwa Spin Page In Spin Page In
ID jlinpflaifheoeohbdffhfnnpghdnlel
Oficjalny URL https://chromewebstore.google.com/detail/spin-page-in/jlinpflaifheoeohbdffhfnnpghdnlel
Opis Get every page a hot off the press.
Rozmiar pliku 18.58 KB
Liczba instalacji 8,578
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2015-03-13
Data Publikacji 2015-03-13
Ocena 1.56/5 Łącznie 18 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 2,
    "name": "Spin Page In",
    "description": "Get every page a hot off the press.",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "rotate.js"
            ],
            "css": [
                "rotate.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/img16.png",
        "48": "img\/img48.png",
        "128": "img\/img128.png"
    }
}