Raptorize for Chrome
Instant Velociraptor on any page
什麼是Raptorize for Chrome?
Raptorize for Chrome是由https://www.brovalex.com開發的Chrome擴展程式,該擴展的主要功能是“Instant Velociraptor on any page”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | clicandocldajmalkpkjhfpgbjgllcia |
| 官方網址 | 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"
]
} | |