Appify
Open any frequently used web page or app into a centered popup.
ما هو Appify؟
Appify هو إضافة Chrome تم تطويرها بواسطة Roger H. Charles، والميزة الرئيسية لها هي "Open any frequently used web page or app into a centered popup.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Appify
قم بتنزيل ملفات الامتداد Appify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Use a web app more effectively with this enhanced toolbar bookmark. Choose any one you want. A Google Doc for example, or even a local HTML file.
معلومات أساسية عن التمديد
الاسم | Appify |
ID | ednhhbdndmaaiikledchagbgjknhekhj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/appify/ednhhbdndmaaiikledchagbgjknhekhj |
الوصف | Open any frequently used web page or app into a centered popup. |
حجم الملف | 21.04 KB |
عدد التثبيتات | 18 |
النسخة الحالية | 1.0.9 |
آخر تحديث | 2023-05-10 |
تاريخ النشر | 2020-02-16 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | Roger H. Charles |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://docs.google.com/document/d/1m7iXOTBgtikg6hkK4SpeVQReODq2M-qrdZX-Q9nwqm8/edit?usp=sharing |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Appify", "options_page": "options.html", "description": "Open any frequently used web page or app into a centered popup.", "version": "1.0.9", "manifest_version": 2, "icons": { "48": "imgs\/icon_48.png", "128": "imgs\/icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "imgs\/icon_128.png", "default_title": "Appify" } } |