Flickr Share with Template
Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…
Flickr Share with Templateคืออะไร?
Flickr Share with Template เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blog.othree.net และคุณลักษณะหลักของมันคือ "Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flickr Share with Template
ดาวน์โหลดไฟล์ส่วนขยาย Flickr Share with Template ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With this extension, you can write your own template with mustache template language. Document: https://github.com/othree/flickr-share-template#readme
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Flickr Share with Template |
ID | dfnfhbapijahpaobcpojofokllocfpnc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/flickr-share-with-templat/dfnfhbapijahpaobcpojofokllocfpnc |
คำอธิบาย | Flickr's big size image is not follow the same file name pattern, and share template never change. Which don't support XHTML. With… |
ขนาดไฟล์ | 57.56 KB |
จำนวนการติดตั้ง | 44 |
เวอร์ชันปัจจุบัน | 0.1.10 |
อัปเดตครั้งล่าสุด | 2016-01-04 |
วันที่เผยแพร่ | 2016-01-03 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://blog.othree.net |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/othree/flickr-share-template |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flickr Share with Template", "version": "0.1.10", "manifest_version": 2, "minimum_chrome_version": "21", "icons": { "128": "icons\/128x128.png", "48": "icons\/48x48.png", "16": "icons\/16x16.png" }, "background": { "scripts": [ "js\/background.js" ] }, "page_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_popup": "popup.html" }, "sandbox": { "pages": [ "hogan.html" ] }, "content_security_policy": "script-src 'unsafe-eval' 'self'; object-src 'self'", "permissions": [ "tabs", "storage" ] } |