Ramz
نسخ رمز ﷻ جل جلاله ورمز ﷺ صلى الله عليه وسلم، ملحق لتسهيل الوصول إلى الرموز الرقمية الإسلامية الشائع استعمالها على شبكة الإنترنت
Ramzคืออะไร?
Ramz เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lionbytes และคุณลักษณะหลักของมันคือ "نسخ رمز ﷻ جل جلاله ورمز ﷺ صلى الله عليه وسلم، ملحق لتسهيل الوصول إلى الرموز الرقمية الإسلامية الشائع استعمالها على شبكة الإنترنت"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ramz
ดาวน์โหลดไฟล์ส่วนขยาย Ramz ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The symbols or unicode characters most frequently used by Muslims are unavailable on a typical keyboard. This extension –and its website– were designed to solve this simple accessibility issue. It is dedicated to provide quick access to these Islamic symbols difficult to obtain in a hurry, especially on desktop devices. The symbols are the Almighty glorification symbol ﷻ, the PBUH symbol ﷺ, and the symbol of Basmalah ﷽. The way the extension works is simple. Once you install the extension, these symbols will be availably to copy offline, all you have to do to copy one of them to your clipboard is to simply click on it with your mouse, or use the pre-assigned. keyboard shortcuts. Simple as that.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ramz |
ID | mkmemciklmkffcpnihapnjkfhpchlodh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ramz/mkmemciklmkffcpnihapnjkfhpchlodh |
คำอธิบาย | نسخ رمز ﷻ جل جلاله ورمز ﷺ صلى الله عليه وسلم، ملحق لتسهيل الوصول إلى الرموز الرقمية الإسلامية الشائع استعمالها على شبكة الإنترنت |
ขนาดไฟล์ | 282 KB |
จำนวนการติดตั้ง | 487 |
เวอร์ชันปัจจุบัน | 1.27 |
อัปเดตครั้งล่าสุด | 2022-12-12 |
วันที่เผยแพร่ | 2020-10-25 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Lionbytes |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://ramz.info/ |
URL หน้าช่วยเหลือ | https://lionbytes.net |
URL หน้านโยบายความเป็นส่วนตัว | https://ramz.info/privacy.html |
ภาษาที่รองรับ | ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ramz", "short_name": "Ramz", "description": "\u0646\u0633\u062e \u0631\u0645\u0632 \ufdfb \u062c\u0644 \u062c\u0644\u0627\u0644\u0647 \u0648\u0631\u0645\u0632 \ufdfa \u0635\u0644\u0649 \u0627\u0644\u0644\u0647 \u0639\u0644\u064a\u0647 \u0648\u0633\u0644\u0645\u060c \u0645\u0644\u062d\u0642 \u0644\u062a\u0633\u0647\u064a\u0644 \u0627\u0644\u0648\u0635\u0648\u0644 \u0625\u0644\u0649 \u0627\u0644\u0631\u0645\u0648\u0632 \u0627\u0644\u0631\u0642\u0645\u064a\u0629 \u0627\u0644\u0625\u0633\u0644\u0627\u0645\u064a\u0629 \u0627\u0644\u0634\u0627\u0626\u0639 \u0627\u0633\u062a\u0639\u0645\u0627\u0644\u0647\u0627 \u0639\u0644\u0649 \u0634\u0628\u0643\u0629 \u0627\u0644\u0625\u0646\u062a\u0631\u0646\u062a", "version": "1.27", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_title": "Ramz" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "commands": { "copyJalla": { "suggested_key": { "default": "Ctrl+Shift+1" }, "description": "Copy \ufdfb" }, "copySalla": { "suggested_key": { "default": "Ctrl+Shift+2" }, "description": "Copy \ufdfa" }, "copyBasmalah": { "suggested_key": { "default": "Ctrl+Shift+3" }, "description": "Copy \ufdfd" } } } |