Hyliter

Saves selected bits of text from your browsing.

什么是Hyliter?

Hyliter是由Bibek Ghimire开发的Chrome扩展程序,该扩展的主要功能是“Saves selected bits of text from your browsing.”。

扩展截图

screenshot

下载Hyliter扩展crx文件

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

扩展使用说明

                        Save important text for later while browsing the web.

You can save quotes, confirmation numbers, or even personal notes.                    

扩展基本信息

名称 Hyliter Hyliter
ID nhiannhalledfohikpmbclkalcknilcg
官方URL https://chromewebstore.google.com/detail/hyliter/nhiannhalledfohikpmbclkalcknilcg
简介 Saves selected bits of text from your browsing.
文件大小 63.43 KB
安装次数 31
当前版本 0.1
更新时间 2017-01-02
上架时间 2017-01-02
评分 5.00/5 共2次评分
开发者 Bibek Ghimire
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hyliter",
    "description": "Saves selected bits of text from your browsing.",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "web_accessible_resources": [
        "fonts\/*.woff2"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "View Hylites",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png"
        }
    },
    "background": {
        "scripts": [
            "js\/jquery-3.1.1.min.js",
            "js\/hyliter.js",
            "js\/background.js"
        ],
        "persistent": true
    }
}