Raptorize for Chrome

Instant Velociraptor on any page

Raptorize for Chromeとは何ですか?

Raptorize for Chromeはhttps://www.brovalex.comによって開発されたChromeの拡張機能で、その主な機能は「Instant Velociraptor on any page」です。

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

screenshot

Raptorize for Chrome拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A plugin that unleashes a Raptor on to any page. Make every page you visit slightly more awesome with some extra RAWWR. 

If you like Raptorize, check out Goatarize for Chrome!

** Note: if you have any tab open when you install the plugin, these pages need to be refreshed for raptor to rawrr them. **

Version 1.1: Added warning to reload the page on first install.

Adapted script from Zurb's Playground
http://zurb.com/playground/jquery-raptorize                    

拡張機能の基本情報

名前 Raptorize for Chrome Raptorize for Chrome
ID clicandocldajmalkpkjhfpgbjgllcia
公式URL https://chromewebstore.google.com/detail/raptorize-for-chrome/clicandocldajmalkpkjhfpgbjgllcia
説明 Instant Velociraptor on any page
ファイルサイズ 548 KB
インストール数 442
現在のバージョン 1.1
最終更新日 2017-04-05
公開日 2017-04-05
評価 4.40/5 合計 10 レビュー
開発者 https://www.brovalex.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Raptorize for Chrome",
    "version": "1.1",
    "description": "Instant Velociraptor on any page",
    "browser_action": {
        "name": "Raptorize",
        "icons": [
            "icon.png"
        ],
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/*\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "jquery.raptorize.1.0.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "inject.js"
        ]
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "raptor-sound.ogg",
        "raptor.png",
        "raptor-sound.mp3"
    ]
}