Mangafox Beautify
Use js to accelerate and beautify MangaFox
什麼是Mangafox Beautify?
Mangafox Beautify是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Use js to accelerate and beautify MangaFox”。
擴展截圖
下載Mangafox Beautify擴展crx文件
下載Mangafox Beautify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- Press "F" to toggle gallery view / Normal View
- Adds are removed
- Previous and Next image are in cache
- Automatic resize of the image to fit your screen
- No page reload (image and url are changed in javascript for an INSTANTANEOUS visualisation!) 擴展基本資訊
| 名稱 | |
| ID | hhnoogpphmnkhhiecjaojfflhhlgipmh |
| 官方網址 | https://chromewebstore.google.com/detail/mangafox-beautify/hhnoogpphmnkhhiecjaojfflhhlgipmh |
| 簡介 | Use js to accelerate and beautify MangaFox |
| 檔案大小 | 5.05 KB |
| 安裝次數 | 14 |
| 目前版本 | 0.7 |
| 更新時間 | 2014-06-06 |
| 上架時間 | 2014-06-05 |
| 開發者 | Unknown |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Mangafox Beautify",
"description": "Use js to accelerate and beautify MangaFox",
"version": "0.7",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"http:\/\/www.mangafox.me\/*",
"*:\/\/mangafox.me\/*"
],
"js": [
"setjsgallery.js"
]
}
]
} | |