Pages Sharer on Social
This plugin allow to share a webpage on fb, twitter, share link on twitter, share selected text on twitter, share image on twitter
Pages Sharer on Socialคืออะไร?
Pages Sharer on Social เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Abhishek Sharma และคุณลักษณะหลักของมันคือ "This plugin allow to share a webpage on fb, twitter, share link on twitter, share selected text on twitter, share image on twitter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pages Sharer on Social
ดาวน์โหลดไฟล์ส่วนขยาย Pages Sharer on Social ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
From this you can able to share any link on twitter, share any image on facebook, share any page on facebook or twitter easily by right click on site or on any link or on any image.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pages Sharer on Social |
ID | hfadffifenbmocmbalegbpbdmgkocmop |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pages-sharer-on-social/hfadffifenbmocmbalegbpbdmgkocmop |
คำอธิบาย | This plugin allow to share a webpage on fb, twitter, share link on twitter, share selected text on twitter, share image on twitter |
ขนาดไฟล์ | 35.42 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-01-29 |
วันที่เผยแพร่ | 2017-01-29 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Abhishek Sharma |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pages Sharer on Social", "description": "This plugin allow to share a webpage on fb, twitter, share link on twitter, share selected text on twitter, share image on twitter", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery.js", "myscript.js" ] } ], "web_accessible_resources": [ "toolbar.html" ], "icons": { "16": "icon.png", "128": "icon.png", "48": "icon.png", "64": "icon.png" } } |