Image Flipper + Grayscale
Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists.
什麼是Image Flipper + Grayscale?
Image Flipper + Grayscale是由AmethystProductions開發的Chrome擴展程式,該擴展的主要功能是“Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists.”。
擴展截圖
下載Image Flipper + Grayscale擴展crx文件
下載Image Flipper + Grayscale擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | dcoaiajbbegclnckbcdbagjamndcmlka |
| 官方網址 | https://chromewebstore.google.com/detail/image-flipper-+-grayscale/dcoaiajbbegclnckbcdbagjamndcmlka |
| 簡介 | Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists. |
| 檔案大小 | 1.14 MB |
| 安裝次數 | 44 |
| 目前版本 | 0.01 |
| 更新時間 | 2018-04-13 |
| 上架時間 | 2018-04-13 |
| 開發者 | AmethystProductions |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Image Flipper + Grayscale",
"description": "Manipulate a page with a single image. Allows you to flip theimage or turn the image into grayscale. This is a tool for artists.",
"version": "0.01",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |