Cageify
Let the One True God embrace your webpages with his graciousness!
Cageifyとは何ですか?
CageifyはOrfeasZによって開発されたChromeの拡張機能で、その主な機能は「Let the One True God embrace your webpages with his graciousness!」です。
拡張機能のスクリーンショット
Cageify拡張機能のCRXファイルをダウンロード
Cageify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Always to have the websites you visit embraced by the One True God, Nicolas Cage? This extension makes it possible! Click the Cageify icon and watch the magic happen!
拡張機能の基本情報
名前 | Cageify |
ID | ppoobnoipkllpmpnnldhpghefjhiinoh |
公式URL | https://chromewebstore.google.com/detail/cageify/ppoobnoipkllpmpnnldhpghefjhiinoh |
説明 | Let the One True God embrace your webpages with his graciousness! |
ファイルサイズ | 92.63 KB |
インストール数 | 1,015 |
現在のバージョン | 0.0.2 |
最終更新日 | 2013-05-08 |
公開日 | 2013-05-08 |
評価 | 4.65/5 合計 23 レビュー |
開発者 | OrfeasZ |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "cageify.js" ] }, "manifest_version": 2, "name": "Cageify", "description": "Let the One True God embrace your webpages with his graciousness!", "version": "0.0.2", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |