V4P Social Share - URL Shortener & Sharer
Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network
V4P Social Share - URL Shortener & Sharerคืออะไร?
V4P Social Share - URL Shortener & Sharer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.v4p.it และคุณลักษณะหลักของมันคือ "Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย V4P Social Share - URL Shortener & Sharer
ดาวน์โหลดไฟล์ส่วนขยาย V4P Social Share - URL Shortener & Sharer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Short your link with a single click and share it on main social networks such as Facebook, Twitter, Google+ and many others. V4P - URL Shortener & Sharer you will create a simple button near your address bar. If you click on it V4P will create a shortened URL (that you can freely distribute over the network) and will give you a simple way to share it on all social network if you want. Let's try it now, it's free.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | V4P Social Share - URL Shortener & Sharer |
ID | oafcgkecmnoffnkhgkpdccflkbliaapm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/v4p-social-share-url-shor/oafcgkecmnoffnkhgkpdccflkbliaapm |
คำอธิบาย | Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network |
ขนาดไฟล์ | 30.59 KB |
จำนวนการติดตั้ง | 40 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2014-08-01 |
วันที่เผยแพร่ | 2014-08-01 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://www.v4p.it |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.v4p.it |
URL หน้าช่วยเหลือ | http://www.v4p.it/Home/About |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "V4P Social Share - URL Shortener & Sharer", "short_name ": "Social Share", "version": "1.0.1", "description": "Shorten your link and share it with a single click on Facebook, Google+, Twitter, Pinterest, Vimeo and many others Social Network", "icons": { "128": "img\/v4p-icon.png" }, "background": { "persistent": false, "scripts": [ "popup.js" ] }, "permissions": [ "http:\/\/v4p.it\/", "https:\/\/v4p.it\/", "tabs" ], "browser_action": { "default_title": "", "default_icon": "img\/v4p-icon.png", "default_popup": "popup.html" } } |