Hyliter
Saves selected bits of text from your browsing.
Hyliterとは何ですか?
HyliterはBibek Ghimireによって開発されたChromeの拡張機能で、その主な機能は「Saves selected bits of text from your browsing.」です。
拡張機能のスクリーンショット
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 |
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 } } |