flip
Flips all images, this is a good joke
flipคืออะไร?
flip เป็นส่วนขยายของ Chrome ที่พัฒนาโดย C-DUB และคุณลักษณะหลักของมันคือ "Flips all images, this is a good joke"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย flip
ดาวน์โหลดไฟล์ส่วนขยาย flip ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A fun extension to load on a friend or co-workers computer to flip all images on web pages. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ejgjngjbmjigimcgnkbmhoefkapamcof |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/flip/ejgjngjbmjigimcgnkbmhoefkapamcof |
| คำอธิบาย | Flips all images, this is a good joke |
| ขนาดไฟล์ | 39.83 KB |
| จำนวนการติดตั้ง | 66 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2014-09-26 |
| วันที่เผยแพร่ | 2014-09-26 |
| คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | C-DUB |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"jquery-1.8.0.min.js",
"background.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"description": "Flips all images, this is a good joke",
"icons": {
"128": "logo128.png"
},
"manifest_version": 2,
"name": "flip",
"short_name": "flip",
"version": "1.0"
} | |