FlickrPicMonkey
Adds an "Edit in PicMonkey link to the Action menu"
FlickrPicMonkeyคืออะไร?
FlickrPicMonkey เป็นส่วนขยายของ Chrome ที่พัฒนาโดย visp และคุณลักษณะหลักของมันคือ "Adds an "Edit in PicMonkey link to the Action menu""
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FlickrPicMonkey
ดาวน์โหลดไฟล์ส่วนขยาย FlickrPicMonkey ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
FlickrPicMonkey adds a "Edit photo in PicMonkey" item to the "Actions" menu on your own Flickr photopages.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FlickrPicMonkey |
ID | ghndenjnakialbecpflcknnhipancekk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/flickrpicmonkey/ghndenjnakialbecpflcknnhipancekk |
คำอธิบาย | Adds an "Edit in PicMonkey link to the Action menu" |
ขนาดไฟล์ | 52.88 KB |
จำนวนการติดตั้ง | 1,011 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2013-10-07 |
วันที่เผยแพร่ | 2013-10-07 |
คะแนน | 3.63/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | visp |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "http:\/\/www.flickr.com\/photos\/*" ], "js": [ "78952.user.js", "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Adds an \"Edit in PicMonkey link to the Action menu\"", "name": "FlickrPicMonkey", "manifest_version": 2, "version": "3.0" } |