Just Share
Android style sharing.
Just Shareคืออะไร?
Just Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eyal Shalev และคุณลักษณะหลักของมันคือ "Android style sharing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Just Share
ดาวน์โหลดไฟล์ส่วนขยาย Just Share ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With Just Share you can do just that. This Extension provides you with large links and absolutely no options or ads (Yack!). Clicking on the button will open the popup window with currently only 4 sharing options. Tweet, Email, Share to Facebook & Send via Facebook (more will come later. Have fun and Enjoy.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fmjhfiffdmgoofbejddcgedconkifhjn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/just-share/fmjhfiffdmgoofbejddcgedconkifhjn |
คำอธิบาย | Android style sharing. |
ขนาดไฟล์ | 342 KB |
จำนวนการติดตั้ง | 115 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2013-06-16 |
วันที่เผยแพร่ | 2013-06-16 |
ผู้พัฒนา | Eyal Shalev |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://plus.google.com/communities/106009259860450742359 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Just Share", "version": "1.0.1", "manifest_version": 2, "description": "Android style sharing.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "64": "icon_64.png", "128": "icon_128.png", "256": "icon_256.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |