Highly Highlighter
Highlight to share.
Highly Highlighterとは何ですか?
Highly Highlighterはhttp://highly.coによって開発されたChromeの拡張機能で、その主な機能は「Highlight to share.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
ID | hjpahjhcglfdopbholajmhpamgblhjhg |
公式URL | 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 |
Eメール | [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" } } |