GOP
A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election
GOPคืออะไร?
GOP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Victor Williams และคุณลักษณะหลักของมันคือ "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GOP
ดาวน์โหลดไฟล์ส่วนขยาย GOP ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Don't you want a little fun in your life?
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GOP |
ID | acohniebinedjkldedockekcmjhkjgne |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gop/acohniebinedjkldedockekcmjhkjgne |
คำอธิบาย | A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election |
ขนาดไฟล์ | 98.74 KB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 1.3.2 |
อัปเดตครั้งล่าสุด | 2016-02-28 |
วันที่เผยแพร่ | 2016-02-28 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Victor Williams |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://devpost.com/software/gop-candidates-imageswap |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GOP", "version": "1.3.2", "homepage_url": "http:\/\/devpost.com\/software\/gop-candidates-imageswap", "description": "A chrome extension that swaps all of your images to pictures of GOP candidates from the 2016 election", "icons": { "128": "img\/GOP_128.png", "48": "img\/GOP_48.png", "32": "img\/GOP_32.png", "16": "img\/GOP_16.png" }, "browser_action": { "default_icon": "GOP.png", "default_title": "GOP Candidates" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js", "GOP.js" ], "persistent": false }, "manifest_version": 2 } |