Gravatar Research
Click the right button of mouse on the image Gravatar to instantly receive the email address of an owner Gravatar
Gravatar Researchคืออะไร?
Gravatar Research เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SEO-zona และคุณลักษณะหลักของมันคือ "Click the right button of mouse on the image Gravatar to instantly receive the email address of an owner Gravatar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gravatar Research
ดาวน์โหลดไฟล์ส่วนขยาย Gravatar Research ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Щелкните правой кнопкой мыши на изображение Gravatar, чтобы мгновенно получить адрес электронной почты владельца Gravatar
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | efmgkmdokkgbhkbainaffakhlmfocbok |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gravatar-research/efmgkmdokkgbhkbainaffakhlmfocbok |
คำอธิบาย | Click the right button of mouse on the image Gravatar to instantly receive the email address of an owner Gravatar |
ขนาดไฟล์ | 15.89 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-07-11 |
วันที่เผยแพร่ | 2016-07-11 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | SEO-zona |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://gravatarus.seo-zona.ru |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gravatar Research", "description": "Click the right button of mouse on the image Gravatar to instantly receive the email address of an owner Gravatar", "homepage_url": "http:\/\/gravatarus.seo-zona.ru", "icons": { "128": "icon128.png", "16": "icon16.png", "64": "icon64.png", "48": "icon48.png" }, "browser_action": { "default_icon": { "64": "icon64.png" }, "default_title": "Gravatar Research" }, "background": { "scripts": [ "GravatarResearch.js" ] }, "manifest_version": 2, "permissions": [ "contextMenus", "tabs" ], "version": "1.0" } |