OneClick Share Screenshot
The fastest way to share screenshots
OneClick Share Screenshotคืออะไร?
OneClick Share Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://1ce.org และคุณลักษณะหลักของมันคือ "The fastest way to share screenshots"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OneClick Share Screenshot
ดาวน์โหลดไฟล์ส่วนขยาย OneClick Share Screenshot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
☑ The fastest way to share a screenshot.
☑ One click, and immediately you get a URL that you can share.
☑ The extension doesn't collect any information. This extension is only 28 lines of code, and it's open-source.
☑ The extension doesn't work in the background. So it does not make any performance issues with your Google Chrome.
☑ The extension works on Linux, Mac & Windows platforms.
☑ Everyone get unlimited storage, so don't stop to share screenshots! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | bilhmoofdampcoaccakcdelibcaafopm |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/oneclick-share-screenshot/bilhmoofdampcoaccakcdelibcaafopm |
| คำอธิบาย | The fastest way to share screenshots |
| ขนาดไฟล์ | 58.68 KB |
| จำนวนการติดตั้ง | 233 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2018-03-13 |
| วันที่เผยแพร่ | 2018-03-13 |
| คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
| ผู้พัฒนา | https://1ce.org |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://www.openscreenshot.com |
| URL หน้าช่วยเหลือ | http://www.openscreenshot.com |
| URL หน้านโยบายความเป็นส่วนตัว | https://www.webpagescreenshot.info/privacy.html |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "OneClick Share Screenshot",
"version": "1.1",
"manifest_version": 2,
"description": "The fastest way to share screenshots",
"homepage_url": "http:\/\/www.openscreenshot.com",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"jquery.js",
"background.js"
]
},
"permissions": [
"activeTab"
],
"default_locale": "en",
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Click to share screenshot"
}
} | |