One Page Love

One Page Love is the ultimate showcase of beautiful One Page Websites, Templates and Resources.

ما هو One Page Love؟

One Page Love هو إضافة Chrome تم تطويرها بواسطة Awedoo Studio، والميزة الرئيسية لها هي "One Page Love is the ultimate showcase of beautiful One Page Websites, Templates and Resources.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة One Page Love

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

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

                        This extension will alert you when new templates or websites have been published on OnePageLove.com

One Page Love is a One Page website design gallery showcasing the best Single Page website designs from around the web. One Page Love has been the leading resource for One Page Website inspiration since 2008.                    

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

الاسم One Page Love One Page Love
ID fidjndemnnaaeicglieoinljbfaamgll
عنوان URL الرسمي https://chromewebstore.google.com/detail/one-page-love/fidjndemnnaaeicglieoinljbfaamgll
الوصف One Page Love is the ultimate showcase of beautiful One Page Websites, Templates and Resources.
حجم الملف 104 KB
عدد التثبيتات 33
النسخة الحالية 1.1
آخر تحديث 2016-04-13
تاريخ النشر 2016-04-13
تقييم 5.00/5 مجموع تقييمات 2
المطور Awedoo Studio
نوع الدفع free
موقع الإضافة https://onepagelove.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Page Love",
    "description": "One Page Love is the ultimate showcase of beautiful One Page Websites, Templates and Resources.",
    "background": {
        "page": "background.html"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "alarms",
        "notifications",
        "*:\/\/*\/*"
    ],
    "version": "1.1"
}