Hyliter

Saves selected bits of text from your browsing.

Hyliter là gì?

Hyliter là một tiện ích mở rộng Chrome được phát triển bởi Bibek Ghimire, và tính năng chính của nó là "Saves selected bits of text from your browsing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hyliter

Tải xuống các tệp mở rộng Hyliter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Save important text for later while browsing the web.

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hyliter Hyliter
ID nhiannhalledfohikpmbclkalcknilcg
URL Chính Thức https://chromewebstore.google.com/detail/hyliter/nhiannhalledfohikpmbclkalcknilcg
Mô tả Saves selected bits of text from your browsing.
Kích Thước Tệp 63.43 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-01-02
Ngày Phát Hành 2017-01-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Bibek Ghimire
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}