Flipper
This tool enables rotate and flip images on your browser.
什麼是Flipper?
Flipper是由https://nakashima723.info開發的Chrome擴展程式,該擴展的主要功能是“This tool enables rotate and flip images on your browser.”。
擴展截圖
下載Flipper擴展crx文件
下載Flipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This tool enables rotate and flip images on your browser. 擴展基本資訊
| 名稱 | |
| ID | hcpgdfjpehdkdebjepgcmgkhoabjdegf |
| 官方網址 | https://chromewebstore.google.com/detail/flipper/hcpgdfjpehdkdebjepgcmgkhoabjdegf |
| 簡介 | This tool enables rotate and flip images on your browser. |
| 檔案大小 | 52.71 KB |
| 安裝次數 | 1,739 |
| 目前版本 | 1.2.2 |
| 更新時間 | 2022-06-23 |
| 上架時間 | 2016-10-22 |
| 評分 | 3.67/5 共 3 次評分 |
| 開發者 | https://nakashima723.info |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://twitter.com/nakashima723 |
| 支援的語言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "1.2.2",
"manifest_version": 2,
"description": "__MSG_extDescription__",
"default_locale": "ja",
"permissions": [
"storage"
],
"icons": {
"16": "images\/flipper_16.png",
"48": "images\/flipper_48.png",
"128": "images\/flipper_128.png"
},
"web_accessible_resources": [
"options.html"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*",
"file:\/\/\/*"
],
"js": [
"js\/jquery.min.js",
"js\/contents.js"
]
}
],
"browser_action": {
"default_icon": "images\/flipper_16.png",
"default_title": "\u30a8\u30ac\u30de\u30ef\u30fc\u30eb",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"content_security_policy": "script-src 'self'; object-src 'self'"
} | |