Rot13
Encrypts/Decrypts selected text.
ما هو Rot13؟
Rot13 هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Encrypts/Decrypts selected text.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rot13
قم بتنزيل ملفات الامتداد Rot13 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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. معلومات أساسية عن التمديد
| الاسم | |
| 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 |
| عنوان صفحة المساعدة | 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"
]
} | |