Spin Page In

Get every page a hot off the press.

Spin Page Inとは何ですか?

Spin Page InはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Get every page a hot off the press.」です。

拡張機能のスクリーンショット

screenshot

Spin Page In拡張機能のCRXファイルをダウンロード

Spin Page In拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}