Leitura Livre
Extensão para ler de graça os sites de notícia
Leitura Livreとは何ですか?
Leitura Livreはdiofeherによって開発されたChromeの拡張機能で、その主な機能は「Extensão para ler de graça os sites de notícia」です。
拡張機能のスクリーンショット
Leitura Livre拡張機能のCRXファイルをダウンロード
Leitura Livre拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extensão permite ler os sites de notícia de graça.
拡張機能の基本情報
名前 | Leitura Livre |
ID | kapioaafnijgfgoleainklgocmebaecm |
公式URL | https://chromewebstore.google.com/detail/leitura-livre/kapioaafnijgfgoleainklgocmebaecm |
説明 | Extensão para ler de graça os sites de notícia |
ファイルサイズ | 5.24 KB |
インストール数 | 53 |
現在のバージョン | 0.0.1 |
最終更新日 | 2020-04-07 |
公開日 | 2020-04-06 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | diofeher |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.1", "name": "Leitura Livre", "description": "Extens\u00e3o para ler de gra\u00e7a os sites de not\u00edcia", "author": "diofeher", "content_scripts": [ { "matches": [ "https:\/\/*.estadao.com.br\/*", "https:\/\/*.oglobo.globo.com\/*" ], "js": [ "index.js" ] } ] } |