Rot13
Encrypts/Decrypts selected text.
Rot13 क्या है?
Rot13 Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Encrypts/Decrypts selected text."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rot13 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Right click on any selected text and click Rot13 to encrypt/decrypt it. The encrypted/decrypted text will replace the old on the page.
एक्सटेंशन की मूल जानकारी
नाम | Rot13 |
ID | bahejodllcomogcpgnidcdaiidfmhomh |
आधिकारिक URL | https://chromewebstore.google.com/detail/rot13/bahejodllcomogcpgnidcdaiidfmhomh |
विवरण | Encrypts/Decrypts selected text. |
फ़ाइल का आकार | 8.42 KB |
स्थापना संख्या | 1,619 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2017-01-09 |
प्रकाशन तिथि | 2017-01-08 |
रेटिंग | 3.77/5 कुल 13 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/vanchagreen/rot13 |
सहायता पृष्ठ URL | https://github.com/vanchagreen/rot13 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rot13", "description": "Encrypts\/Decrypts selected text.", "version": "1.0.0", "icons": { "16": "icon16.png", "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "activeTab" ] } |