Google+ Stamina
Easy way to share things found in the Internet via Google+.
Google+ Staminaคืออะไร?
Google+ Stamina เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kirill Maltsev และคุณลักษณะหลักของมันคือ "Easy way to share things found in the Internet via Google+."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google+ Stamina
ดาวน์โหลดไฟล์ส่วนขยาย Google+ Stamina ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
In order to share an interesting page, it’s enough to right-click on any place of the page and select „Share on Google+“. You can post the picture you liked in the same way. In order to do this, right-click on it. If you share a page on YouTube, then the video will appear in the feed of your posts. The most important thing is that you do not need to go to your page of G+. Keep a blog without tearing yourself from the view.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kiibkjecgdofkmndehlgiklgafpagooi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/google+-stamina/kiibkjecgdofkmndehlgiklgafpagooi |
คำอธิบาย | Easy way to share things found in the Internet via Google+. |
ขนาดไฟล์ | 38.94 KB |
จำนวนการติดตั้ง | 137 |
เวอร์ชันปัจจุบัน | 0.7.3 |
อัปเดตครั้งล่าสุด | 2012-09-22 |
วันที่เผยแพร่ | 2012-09-22 |
คะแนน | 4.23/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | Kirill Maltsev |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://twitter.com/gplusstamina |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google+ Stamina", "version": "0.7.3", "description": "__MSG_description__", "background": { "scripts": [ "gplus_stamina.js" ] }, "permissions": [ "contextMenus", "tabs", "*:\/\/plusone.google.com\/*" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "default_locale": "en" } |