Pix2Fone for Google Chrome™
Save pictures from the web or your computer as your phone wallpapers
Pix2Fone for Google Chrome™คืออะไร?
Pix2Fone for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.pix2fone.com และคุณลักษณะหลักของมันคือ "Save pictures from the web or your computer as your phone wallpapers"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pix2Fone for Google Chrome™
ดาวน์โหลดไฟล์ส่วนขยาย Pix2Fone for Google Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pix2Fone is a free extension for Google Chrome combined with online service. It adds "Save image as phone wallpaper" option to the browser and lets you save any picture from the web (or your computer) as your mobile phone wallpapers. You can download phone wallpapers with the phone browser or send text message (SMS) bookmark directly to your phone.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bjadmjhpmogmmmocimbomjlnmpjcjifh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pix2fone-for-google-chrom/bjadmjhpmogmmmocimbomjlnmpjcjifh |
คำอธิบาย | Save pictures from the web or your computer as your phone wallpapers |
ขนาดไฟล์ | 9.4 KB |
จำนวนการติดตั้ง | 306 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2013-08-01 |
วันที่เผยแพร่ | 2013-08-01 |
คะแนน | 3.75/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://www.pix2fone.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.pix2fone.com/ |
URL หน้าช่วยเหลือ | http://www.pix2fone.com/faq.php |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pix2Fone for Google Chrome\u2122", "version": "1.2", "manifest_version": 2, "description": "Save pictures from the web or your computer as your phone wallpapers", "icons": { "16": "pix2fone_icon_16.png", "48": "pix2fone_icon_48.png", "128": "pix2fone_icon_128.png" }, "homepage_url": "http:\/\/www.pix2fone.com", "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "contextMenus", "tabs" ] } |