Spin Page In

Get every page a hot off the press.

Vad är Spin Page In?

Spin Page In är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Get every page a hot off the press.".

Tilläggsskärmbilder

screenshot

Ladda ner Spin Page In-förlängningens CRX-fil

Ladda ner Spin Page In-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Spin Page In Spin Page In
ID jlinpflaifheoeohbdffhfnnpghdnlel
Officiell webbadress https://chromewebstore.google.com/detail/spin-page-in/jlinpflaifheoeohbdffhfnnpghdnlel
Beskrivning Get every page a hot off the press.
Filstorlek 18.58 KB
Antal Installationer 8,578
Aktuell Version 0.1
Senast Uppdaterad 2015-03-13
Publiceringsdatum 2015-03-13
Betyg 1.56/5 Totalt 18 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
    }
}