Deep Type
A place for keep your random thoughts [privately]
ما هو Deep Type؟
Deep Type هو إضافة Chrome تم تطويرها بواسطة frnd.ai، والميزة الرئيسية لها هي "A place for keep your random thoughts [privately]".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Deep Type
قم بتنزيل ملفات الامتداد Deep Type بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Deep Type
An inception is the root of an idea that might become next billion dollor project or a cool side project,
never miss your ideas again معلومات أساسية عن التمديد
| الاسم | |
| ID | fpfhjmibgfgjkdlkjfmicekmihdpbjij |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/deep-type/fpfhjmibgfgjkdlkjfmicekmihdpbjij |
| الوصف | A place for keep your random thoughts [privately] |
| حجم الملف | 12.25 KB |
| عدد التثبيتات | 44 |
| النسخة الحالية | 1.3.1 |
| آخر تحديث | 2020-05-09 |
| تاريخ النشر | 2020-05-09 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | frnd.ai |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://www.frnd.ai/privacy-policy-1 |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Deep Type",
"description": "A place for keep your random thoughts [privately]",
"version": "1.3.1",
"author": "Navaneeth KT",
"browser_action": {
"default_title": "New Tab"
},
"chrome_url_overrides": {
"newtab": "note.html"
},
"icons": {
"128": "icon2.png",
"48": "icon1.png"
},
"permissions": [
"activeTab",
"storage"
]
} | |