Rot13 Decoder
Simple popup and context menu option for rot13'ing text.
Rot13 Decoderคืออะไร?
Rot13 Decoder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย serolfic และคุณลักษณะหลักของมันคือ "Simple popup and context menu option for rot13'ing text."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rot13 Decoder
ดาวน์โหลดไฟล์ส่วนขยาย Rot13 Decoder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Provides a text selection right-click context menu option and a simple popup for translating ROT13'd text. Useful for spoilers.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Rot13 Decoder |
ID | cclaoeeoihhboonccbalboeoepkdofnb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rot13-decoder/cclaoeeoihhboonccbalboeoepkdofnb |
คำอธิบาย | Simple popup and context menu option for rot13'ing text. |
ขนาดไฟล์ | 6.86 KB |
จำนวนการติดตั้ง | 315 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-04-16 |
วันที่เผยแพร่ | 2014-04-16 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | serolfic |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rot13 Decoder", "description": "Simple popup and context menu option for rot13'ing text.", "version": "1.0", "permissions": [ "contextMenus" ], "icons": { "16": "rot13icon16.png", "48": "rot13icon48.png" }, "browser_action": { "default_icon": "rot13icon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "contextMenuItem.js" ] } } |