Nicknamer
Replace your friends' or enemies' names with their nicknames.
Nicknamerคืออะไร?
Nicknamer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.molanglois.com และคุณลักษณะหลักของมันคือ "Replace your friends' or enemies' names with their nicknames."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nicknamer
ดาวน์โหลดไฟล์ส่วนขยาย Nicknamer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Nicknamer extension enables you to replace text on any web pages you are visiting. Simply type in the name or text you want to transform and the name it is transformed to and click "+". You will see the changes in your browser. The list of names is saved with your browser and works whenever you open one. You can clear the list by clicking "-" button. **Prank tip: Right click the extension and choose "Hide in the Chrome Menu". **
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Nicknamer |
ID | ahhpgbiejgpebbokpbgcenooehhcnbjd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nicknamer/ahhpgbiejgpebbokpbgcenooehhcnbjd |
คำอธิบาย | Replace your friends' or enemies' names with their nicknames. |
ขนาดไฟล์ | 39.39 KB |
จำนวนการติดตั้ง | 396 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-04-10 |
วันที่เผยแพร่ | 2016-04-10 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://www.molanglois.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nicknamer ", "description": "Replace your friends' or enemies' names with their nicknames.", "version": "1.0", "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.2.3.min.js", "content.js" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Nicknamer", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/icon128.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |