Mail this link
Send A Link from Toolbar or ContextMenu
Mail this linkคืออะไร?
Mail this link เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jkl และคุณลักษณะหลักของมันคือ "Send A Link from Toolbar or ContextMenu"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mail this link
ดาวน์โหลดไฟล์ส่วนขยาย Mail this link ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Wanna share websites or downloads by mail? Miss the Firefox "Send Link.." ? This extension integrates into the ContextMenu to bring you the same functionality. Additionaly there is symbol for mailing the current page including page title in the toolbar. For feedback and bugs please send me a mail by clicking on the Support link. v1.2 Improvements and Bugfixes
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Mail this link |
ID | ngjdhjgbagpeimgpgloofkfoipgpdgdb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mail-this-link/ngjdhjgbagpeimgpgloofkfoipgpdgdb |
คำอธิบาย | Send A Link from Toolbar or ContextMenu |
ขนาดไฟล์ | 24.57 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2016-04-22 |
วันที่เผยแพร่ | 2016-04-22 |
คะแนน | 3.61/5 รวมทั้งหมด 77 คะแนน |
ผู้พัฒนา | jkl |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://www.google.com/recaptcha/mailhide/d?k=01x_ZVSk77EpfRiHEKDTb_uw==&c=mADLgZNZEAYz2laQ_IcqPTMnGKFjA6l7-I9UbKTGlRg= |
ภาษาที่รองรับ | de,en |
manifest.json | |
{ "background": { "scripts": [ "init.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "__MSG_browseraction__" }, "default_locale": "en", "description": "__MSG_extdesc__", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCov5wWaEysIq67LlOhI3dHAQoAtVES2NDQTaEi\/USyEW0CToFo619tLGDY1hHzIMvlxgx\/4kuq0arbmxP1jstGXEP0Mzmq\/ZyDA2moy\/e1U7Qoga9pqXn5H\/nC0ZPpSZbENJ9QR7OswxEaacxNTuRmqdoRKgBycNBIlZZLbNcv5wIDAQAB", "manifest_version": 2, "name": "__MSG_extname__", "options_page": "options.html", "permissions": [ "contextMenus", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.2" } |