Date Highlighter
Highlights dates in the current tab.
Date Highlighterとは何ですか?
Date HighlighterはAtaliaによって開発されたChromeの拡張機能で、その主な機能は「Highlights dates in the current tab.」です。
拡張機能のスクリーンショット
Date Highlighter拡張機能のCRXファイルをダウンロード
Date Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension will search for dates on the current web page and highlight them. Simply click on the blue highlighter icon and look for the highlighted text. This is useful for sites like coding blogs, where older content may become irrelevant. This is an open source project, the code is available on https://github.com/amomsen/datehighlighter
拡張機能の基本情報
名前 | |
ID | efeboclghfaoicleloajmcaeegbkkjkh |
公式URL | https://chrome.google.com/webstore/detail/date-highlighter/efeboclghfaoicleloajmcaeegbkkjkh |
説明 | Highlights dates in the current tab. |
ファイルサイズ | 169 KB |
インストール数 | 56 |
現在のバージョン | 1.0.3 |
最終更新日 | 2016-09-05 |
公開日 | 2016-09-05 |
評価 | 3.33/5 合計 3 レビュー |
開発者 | Atalia |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Date Highlighter", "short_name": "Date Highlighter", "version": "1.0.3", "permissions": [ "tabs", "notifications", "activeTab" ], "description": "Highlights dates in the current tab.", "icons": { "16": "16.png", "24": "24.png", "32": "32.png", "48": "48.png", "128": "128.png", "256": "256.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Highlight dates", "default_icon": "16.png" }, "manifest_version": 2, "web_accessible_resources": [ "48.png" ] } |