Image Flip
Flip image on hover.
什麼是Image Flip?
Image Flip是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Flip image on hover.”。
擴展截圖
下載Image Flip擴展crx文件
下載Image Flip擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Want to add a little entertainment to your page? Use this extension to flip image on the page ... the results can be truly entertaining! 擴展基本資訊
| 名稱 | |
| ID | pkbhkhbgdaamliaimlpdlhokkecoibka |
| 官方網址 | https://chromewebstore.google.com/detail/image-flip/pkbhkhbgdaamliaimlpdlhokkecoibka |
| 簡介 | Flip image on hover. |
| 檔案大小 | 41.93 KB |
| 安裝次數 | 1,285 |
| 目前版本 | 0.1 |
| 更新時間 | 2014-01-02 |
| 上架時間 | 2014-01-02 |
| 評分 | 2.00/5 共 5 次評分 |
| 開發者 | Unknown |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Image Flip",
"description": "Flip image on hover.",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"version": "0.1",
"manifest_version": 2,
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"extension.css"
],
"js": [
"jquery-2.0.3.min.js",
"extension.js"
]
}
]
} | |