Webapps

Extension with quick links to selected websites.

ما هو Webapps؟

Webapps هو إضافة Chrome تم تطويرها بواسطة martenicijuliart، والميزة الرئيسية لها هي "Extension with quick links to selected websites.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Webapps

قم بتنزيل ملفات الامتداد Webapps بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Quick links to popular websites. 

Rearrange the icons in the order you like.
Just press the icon, drag it to the new location and drop it.

All product names, logos, and brands are property of their respective owners. All copyrights belong to their respective owners.                    

معلومات أساسية عن التمديد

الاسم Webapps Webapps
ID fifipfjcpdakpdomdhekagpcngdblbba
عنوان URL الرسمي https://chromewebstore.google.com/detail/webapps/fifipfjcpdakpdomdhekagpcngdblbba
الوصف Extension with quick links to selected websites.
حجم الملف 198 KB
عدد التثبيتات 8,025
النسخة الحالية 1.4
آخر تحديث 2018-11-28
تاريخ النشر 2018-11-27
تقييم 3.85/5 مجموع تقييمات 246
المطور martenicijuliart
نوع الدفع free
موقع الإضافة http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html
عنوان صفحة المساعدة http://chrome-apps.blogspot.de/2015/05/new-chrome-webstore-app-with-quick-links.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "version": "1.4",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}