Share Extensions
Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™.
Share Extensionsคืออะไร?
Share Extensions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://printminion.com และคุณลักษณะหลักของมันคือ "Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Share Extensions
ดาวน์โหลดไฟล์ส่วนขยาย Share Extensions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Export your favorite Google Chrome™ extensions as: * BBCode * HTML * Wiki * Text * Markdown Share your favorite Google Chrome™ extensions via, Twitter, Google Mail™ Also you can directly enable/disable the extensions. Follow us on twitter: http://twitter.com/ShareExtensions Use the bug tracker for bug reporting: https://github.com/printminion/chromeExtensionsShare/issues Add your translation here: http://www.getlocalization.com/ChromeExtensionsShare What's new v 0.1.12 - migrated to manifest_version 3 v 0.1.10 - fixed dialog scrolling
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | chdafcbnfkfenoeejpaeenpdamhmalhe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/share-extensions/chdafcbnfkfenoeejpaeenpdamhmalhe |
คำอธิบาย | Export your favorite Google Chrome™ extensions as BBCode, HTML, Wiki, Markdown or text. Share extensions via Twitter, Google Mail™. |
ขนาดไฟล์ | 24.81 MB |
จำนวนการติดตั้ง | 5,833 |
เวอร์ชันปัจจุบัน | 0.1.12 |
อัปเดตครั้งล่าสุด | 2021-04-19 |
วันที่เผยแพร่ | 2019-06-09 |
คะแนน | 4.04/5 รวมทั้งหมด 99 คะแนน |
ผู้พัฒนา | http://printminion.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/printminion/chromeExtensionsShare/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "version": "0.1.12", "manifest_version": 3, "description": "__MSG_ext_description__", "icons": { "19": "images\/icon19.png", "24": "images\/icon24.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png" }, "default_locale": "en", "background": { "service_worker": "service_worker.js" }, "permissions": [ "management" ], "action": { "default_icon": { "19": "images\/icon19.png", "24": "images\/icon24.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png" } } } |