Spin Page In

Get every page a hot off the press.

Cos'è Spin Page In?

Spin Page In è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Get every page a hot off the press.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Spin Page In

Scarica i file di estensione Spin Page In in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Spin Page In Spin Page In
ID jlinpflaifheoeohbdffhfnnpghdnlel
URL Ufficiale https://chromewebstore.google.com/detail/spin-page-in/jlinpflaifheoeohbdffhfnnpghdnlel
Descrizione Get every page a hot off the press.
Dimensione del File 18.58 KB
Conteggio Installazioni 8,578
Versione Corrente 0.1
Ultimo Aggiornamento 2015-03-13
Data di Pubblicazione 2015-03-13
Valutazione 1.56/5 Totale 18 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    }
}