TL;DR
Adds ability to create TL;DR text out of the text page with https://tldr.cloud
TL;DRとは何ですか?
TL;DRはgautkr91によって開発されたChromeの拡張機能で、その主な機能は「Adds ability to create TL;DR text out of the text page with https://tldr.cloud」です。
拡張機能のスクリーンショット
TL;DR拡張機能のCRXファイルをダウンロード
TL;DR拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A chrome extension that provides tldr of a web page.
拡張機能の基本情報
名前 | TL;DR |
ID | egompoccbbiiapflgibmddjnchamaopo |
公式URL | https://chromewebstore.google.com/detail/tldr/egompoccbbiiapflgibmddjnchamaopo |
説明 | Adds ability to create TL;DR text out of the text page with https://tldr.cloud |
ファイルサイズ | 9.51 KB |
インストール数 | 405 |
現在のバージョン | 1.1 |
最終更新日 | 2020-07-28 |
公開日 | 2020-07-22 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | gautkr91 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://tldr.cloud/ |
ヘルプページのURL | http://tldr.cloud/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TL;DR", "version": "1.1", "description": "Adds ability to create TL;DR text out of the text page with https:\/\/tldr.cloud", "icons": { "16": "icons\/tldr-16.png", "48": "icons\/tldr-48.png", "128": "icons\/tldr-128.png" }, "browser_action": { "default_title": "TL;DR", "default_popup": "show_tldr.html", "default_icon": { "16": "icons\/tldr-16.png", "48": "icons\/tldr-48.png", "128": "icons\/tldr-128.png" } }, "permissions": [ "https:\/\/us-central1-tldr-278619.cloudfunctions.net\/extract-summary", "activeTab", "tabs" ] } |