Spin Page In

Get every page a hot off the press.

Spin Page In क्या है?

Spin Page In Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get every page a hot off the press."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spin Page In एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Spin Page In Spin Page In
ID jlinpflaifheoeohbdffhfnnpghdnlel
आधिकारिक URL https://chromewebstore.google.com/detail/spin-page-in/jlinpflaifheoeohbdffhfnnpghdnlel
विवरण Get every page a hot off the press.
फ़ाइल का आकार 18.58 KB
स्थापना संख्या 8,578
वर्तमान संस्करण 0.1
अंतिम अपडेट 2015-03-13
प्रकाशन तिथि 2015-03-13
रेटिंग 1.56/5 कुल 18 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}