One Page Love

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

Apa itu One Page Love?

One Page Love adalah ekstensi Chrome yang dikembangkan oleh Awedoo Studio, dan fitur utamanya adalah "One Page Love is the ultimate showcase of beautiful One Page Websites, Templates and Resources.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi One Page Love

Unduh file ekstensi One Page Love dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama One Page Love One Page Love
ID fidjndemnnaaeicglieoinljbfaamgll
URL Resmi https://chromewebstore.google.com/detail/one-page-love/fidjndemnnaaeicglieoinljbfaamgll
Deskripsi One Page Love is the ultimate showcase of beautiful One Page Websites, Templates and Resources.
Ukuran File 104 KB
Jumlah Instalasi 33
Versi Saat Ini 1.1
Terakhir Diperbarui 2016-04-13
Tanggal Publikasi 2016-04-13
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Awedoo Studio
Tipe Pembayaran free
Situs Ekstensi https://onepagelove.com
Bahasa yang Didukung 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"
}