Velociraptor
Replaces the words and images of a webpage with velociraptors.
Velociraptorとは何ですか?
Velociraptorはjure.granicskenderによって開発されたChromeの拡張機能で、その主な機能は「Replaces the words and images of a webpage with velociraptors.」です。
拡張機能のスクリーンショット
Velociraptor拡張機能のCRXファイルをダウンロード
Velociraptor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The rapture is coming.
拡張機能の基本情報
名前 | Velociraptor |
ID | lflodfcdcmfgmfoheojelcekndoildbm |
公式URL | https://chromewebstore.google.com/detail/velociraptor/lflodfcdcmfgmfoheojelcekndoildbm |
説明 | Replaces the words and images of a webpage with velociraptors. |
ファイルサイズ | 97.32 KB |
インストール数 | 140 |
現在のバージョン | 1.0.1 |
最終更新日 | 2015-04-01 |
公開日 | 2015-03-31 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | jure.granicskender |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Velociraptor", "short_name": "Velociraptor", "description": "Replaces the words and images of a webpage with velociraptors.", "version": "1.0.1", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "VELOCIRAPTOR" }, "background": { "scripts": [ "velociraptor_main.js" ], "persistent": false }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |