One Page Love

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

什么是One Page Love?

One Page Love是由Awedoo Studio开发的Chrome扩展程序,该扩展的主要功能是“One Page Love is the ultimate showcase of beautiful One Page Websites, Templates and Resources.”。

扩展截图

screenshot
screenshot

下载One Page Love扩展crx文件

下载One Page Love扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}