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 |
官方網址 | 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" } } |