One Page Love

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

What is One Page Love?

One Page Love is a Chrome extension developed by Awedoo Studio, and its main feature is "One Page Love is the ultimate showcase of beautiful One Page Websites, Templates and Resources.".

Extension Screenshots

screenshot
screenshot

Download One Page Love Extension CRX File

Download One Page Love extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name One Page Love One Page Love
ID fidjndemnnaaeicglieoinljbfaamgll
Official URL https://chromewebstore.google.com/detail/one-page-love/fidjndemnnaaeicglieoinljbfaamgll
Description One Page Love is the ultimate showcase of beautiful One Page Websites, Templates and Resources.
File Size 104 KB
Installation Count 33
Current Version 1.1
Last Updated 2016-04-13
Publish Date 2016-04-13
Rating 5.00/5 Total 2 Ratings
Developer Awedoo Studio
Payment Type free
Extension Website https://onepagelove.com
Supported Languages 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"
}