One Page Love

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

Cos'è One Page Love?

One Page Love è un'estensione di Chrome sviluppata da Awedoo Studio, e la sua funzione principale è "One Page Love is the ultimate showcase of beautiful One Page Websites, Templates and Resources.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione One Page Love

Scarica i file di estensione One Page Love in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome One Page Love One Page Love
ID fidjndemnnaaeicglieoinljbfaamgll
URL Ufficiale https://chromewebstore.google.com/detail/one-page-love/fidjndemnnaaeicglieoinljbfaamgll
Descrizione One Page Love is the ultimate showcase of beautiful One Page Websites, Templates and Resources.
Dimensione del File 104 KB
Conteggio Installazioni 33
Versione Corrente 1.1
Ultimo Aggiornamento 2016-04-13
Data di Pubblicazione 2016-04-13
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Awedoo Studio
Tipo di Pagamento free
Sito Web dell'Estensione https://onepagelove.com
Lingue Supportate 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"
}