Highly Highlighter

Highlight to share.

什麼是Highly Highlighter?

Highly Highlighter是由http://highly.co開發的Chrome擴展程式,該擴展的主要功能是“Highlight to share.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Highly Highlighter擴展crx文件

下載Highly Highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Highlight the web to share the important parts. Highly is the Highlighter Button that your browser, iPhone and iPad apps have been missing.

Highlight anything. Save and share highlights, right as you read. Highly works darn near everywhere.

Stories are better together. Follow friends on Highly, or post to social apps. Send highlights quickly to anybody.                    

擴展基本資訊

名稱 Highly Highlighter Highly Highlighter
ID hjpahjhcglfdopbholajmhpamgblhjhg
官方網址 https://chrome.google.com/webstore/detail/highly-highlighter/hjpahjhcglfdopbholajmhpamgblhjhg
簡介 Highlight to share.
檔案大小 1.29 MB
安裝次數 8,616
目前版本 3.18
更新時間 2018-11-13
上架時間 2018-11-13
評分 4.30/5 共 388 次評分
開發者 http://highly.co
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.highly.co
說明頁面URL http://www.highly.co/howto
隱私政策頁面URL http://www.highly.co/legal
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highly Highlighter",
    "short_name": "Highly",
    "description": "Highlight to share.",
    "version": "3.18",
    "options_page": "html\/highly_options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "notifications",
        "cookies",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "javascript\/foundation-chrome-background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [],
            "js": [
                "javascript\/foundation-chrome-content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_title": "Highly \u2192 Type [ ! ] to Highlight",
        "default_icon": "\/images\/chrome-button-off.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/*.png",
        "html\/highly_welcome.html",
        "fonts\/*",
        "images\/*"
    ],
    "icons": {
        "16": "images\/hicon_16.png",
        "32": "images\/hicon_32.png",
        "48": "images\/hicon_48.png",
        "128": "images\/hicon_128.png"
    }
}