Share Url
Adds context menu to share links with other computer(s) or with your favorite social application.
Share Urlคืออะไร?
Share Url เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tollus.github.io และคุณลักษณะหลักของมันคือ "Adds context menu to share links with other computer(s) or with your favorite social application."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Share Url
ดาวน์โหลดไฟล์ส่วนขยาย Share Url ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to share a link with another chrome browser through your Google account. Just install this extension on both browsers and make sure sync is enabled for the same account and you're good to go! In the options you can enable sharing a link with Twitter, Facebook or Google Plus. Recent changes: 1.2.4 - bug fix for replacement options display 1.2.2 - bug fix for checkbox 1.2.1 - history for links sent by your computer as well 1.2.0 - added history (disabled by default) of received links, 10 retained, stored per computer 1.1.0 - added replacement for certain urls 1.0.3 - forced persistence to try to resolve issue with links not sharing all the time. 1.0 - added social sharing (configured via options page)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Share Url |
ID | jjjfbaapeohdiokaolpoeelnccpdhofg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/share-url/jjjfbaapeohdiokaolpoeelnccpdhofg |
คำอธิบาย | Adds context menu to share links with other computer(s) or with your favorite social application. |
ขนาดไฟล์ | 142 KB |
จำนวนการติดตั้ง | 568 |
เวอร์ชันปัจจุบัน | 1.2.4 |
อัปเดตครั้งล่าสุด | 2013-11-26 |
วันที่เผยแพร่ | 2013-11-26 |
คะแนน | 3.50/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | https://tollus.github.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/tollus/chrome-share-url |
URL หน้าช่วยเหลือ | https://github.com/tollus/chrome-share-url |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.2.4", "permissions": [ "contextMenus", "storage" ], "background": { "scripts": [ "settings.js", "background.js" ], "persistent": true }, "default_locale": "en", "options_page": "options.html", "icons": { "128": "icon_128.png" }, "manifest_version": 2 } |