一叶书签

一叶书签/发现网络之美

What is 一叶书签?

一叶书签 is a Chrome extension developed by laodao, and its main feature is "一叶书签/发现网络之美".

Extension Screenshots

screenshot

Download 一叶书签 Extension CRX File

Download 一叶书签 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

                        一叶书签,书签便捷小工具                    

Extension Basic Information

Name 一叶书签 一叶书签
ID hlahagafhhglgfefflokbaidlneedghl
Official URL https://chromewebstore.google.com/detail/%E4%B8%80%E5%8F%B6%E4%B9%A6%E7%AD%BE/hlahagafhhglgfefflokbaidlneedghl
Description 一叶书签/发现网络之美
File Size 266 KB
Installation Count 118
Current Version 3.0.2
Last Updated 2015-12-17
Publish Date 2015-12-17
Rating 4.67/5 Total 12 Ratings
Developer laodao
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background\/eventPage.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/yiye_logo_18.png",
        "default_title": "\u4e00\u53f6\u4e66\u7b7e"
    },
    "content_scripts": [
        {
            "js": [
                "inject\/js\/jquery.js",
                "inject\/js\/yiye.js",
                "inject\/js\/inject.js",
                "inject\/js\/config.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*"
            ]
        }
    ],
    "description": "\u4e00\u53f6\u4e66\u7b7e\/\u53d1\u73b0\u7f51\u7edc\u4e4b\u7f8e",
    "homepage_url": "http:\/\/yiye.me",
    "icons": {
        "128": "images\/yiye_logo_128.png",
        "16": "images\/yiye_logo_16.png",
        "48": "images\/yiye_logo_48.png"
    },
    "manifest_version": 2,
    "name": "\u4e00\u53f6\u4e66\u7b7e",
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        "",
        "bookmarks"
    ],
    "short_name": "\u4e00\u53f6\u4e66\u7b7e",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "inject\/css\/inject.css",
        "pages\/popup\/popup.html",
        "pages\/popup\/js\/main.js",
        "pages\/popup\/css\/iconfont.css"
    ]
}