Simple Share
Simply share your current tab by email, to your social networks or your Shaarli!
Simple Shareคืออะไร?
Simple Share เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nicolas Devenet และคุณลักษณะหลักของมันคือ "Simply share your current tab by email, to your social networks or your Shaarli!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Share
ดาวน์โหลดไฟล์ส่วนขยาย Simple Share ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add a “Simple Share” button to share your current tab to your social networks (Facebook, Twitter), to a friend by email or to your Shaarli. You can customize the extension to enable only services you want :) Use the Omnibox for directly share the page with the keyword “share”.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Simple Share |
ID | dpojjbgadcmbpdkmlgjcmamefmcfliem |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-share/dpojjbgadcmbpdkmlgjcmamefmcfliem |
คำอธิบาย | Simply share your current tab by email, to your social networks or your Shaarli! |
ขนาดไฟล์ | 21.59 KB |
จำนวนการติดตั้ง | 244 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2018-04-16 |
วันที่เผยแพร่ | 2018-04-16 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Nicolas Devenet |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Devenet/SimpleShare |
URL หน้าช่วยเหลือ | https://github.com/Devenet/SimpleShare/issues |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Share", "short_name": "Share", "version": "1.1.0", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "description": "__MSG_extension_description__", "browser_action": { "default_popup": "share.html", "default_icon": "images\/icon-19.png", "default_title": "__MSG_browser_action_title__" }, "background": { "persistent": false, "scripts": [ "scripts\/bg.js" ] }, "author": "Nicolas Devenet", "homepage_url": "https:\/\/github.com\/Devenet\/SimpleShare", "options_page": "options.html", "omnibox": { "keyword": "share" }, "permissions": [ "activeTab" ] } |