Pixter
Get printed products for any image online
Pixterคืออะไร?
Pixter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://pixter.me และคุณลักษณะหลักของมันคือ "Get printed products for any image online"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pixter
ดาวน์โหลดไฟล์ส่วนขยาย Pixter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pixter.me allows you to order amazing photo products directly from your Facebook page. Get any photo as a variety of beautiful print products – and ship to anywhere worldwide. Following installation, you will see a "Get Prints" button near images on Facebook and Flickr. We welcome you to order photos you love as Mugs, T-shirts, Magnets, Smart-Phone cases, Canvases and more. Pixter-media's global printing service makes premium photo-products and keep high standards of service.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fikaihddmjblmlndbkepapaeeipbkhpn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pixter/fikaihddmjblmlndbkepapaeeipbkhpn |
คำอธิบาย | Get printed products for any image online |
ขนาดไฟล์ | 114 KB |
จำนวนการติดตั้ง | 201 |
เวอร์ชันปัจจุบัน | 1.4.0.1 |
อัปเดตครั้งล่าสุด | 2016-01-18 |
วันที่เผยแพร่ | 2016-01-18 |
คะแนน | 4.92/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | http://pixter.me |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://pixter.me/ |
URL หน้าช่วยเหลือ | http://pixter.me/faq.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "page": "partials\/background.html" }, "content_scripts": [ { "css": [ "css\/style.css" ], "exclude_globs": [ "*.webp", "*.css", "*.swf", "*.js", "*.zip", "*.rar", "*.tar", "*.tar.gz", "*.tgz", "*.tar.bz2", "*.tbz2", "*.doc", "*.docx", "*.ppt", "*.pptx", "*.xls", "*.xlsx", "*.pdf", "*.xml", "*.txt", "*.gif", "*.mpg", "*.mpeg", "*.qt", "*.mp4", "*.m4v", "*.m4a", "*.mp3", "*.ogv", "*.ogm", "*.ogg", "*.oga", "*.webm", "*.wav", "*.", "*." ], "js": [ "scripts\/loader.js", "scripts\/pixter_script_o.js", "scripts\/initloader.js" ], "matches": [ "*:\/\/pixter.me\/*", "*:\/\/imgur.com\/*", "*:\/\/www.dropbox.com\/*", "*:\/\/demo.pixter-media.com\/*", "https:\/\/www.facebook.com\/*" ], "run_at": "document_idle" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; object-src 'self'", "description": "Get printed products for any image online", "icons": { "128": "icon128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzsHsoQJN1\/63G0OQqso8oQNvJbZdpIv+HNz8KifA7zf9qbj+\/0zTk3FMttb8FSsRvdU7E9m0xFXgqXMHx4vmwFZl\/c7ChG2VW4wDRgGuKzjzEuI1AWrE9gYrYnzpmgg9EuNqczWxAOg66YxfGPNRYDk2z3QkDAE\/6OjHz4T0nFrF9n0nf1p8Hha\/XYzoAZosyyXCr\/XGxbvFElylpHN+AJNfchfgqfDs8wQBajg9kMFSqpQzR4rHBIQ2M3acg1fOoNexxkGw7kCDyhn54HEX0kETPnheDWF+mP+qVnRtGzjpPFGarBN3RVT\/qgfyGCQ2uemQUBYn4DclFP7Pi8DQywIDAQAB", "manifest_version": 2, "name": "Pixter", "permissions": [ "http:\/\/*\/*", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.0.1", "web_accessible_resources": [ "scripts\/background.js" ] } |