Articles Simplifier
This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...
Articles Simplifierとは何ですか?
Articles Simplifierはnoamamvによって開発されたChromeの拡張機能で、その主な機能は「This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...」です。
拡張機能のスクリーンショット
Articles Simplifier拡張機能のCRXファイルをダウンロード
Articles Simplifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more using www.outline.com services. Just click "Add to Chrome," then visit your favorite website for reading and our extension will use it’s url for presenting you the simplify info, no copy\past needed. Simply click the extension button, or right click in a page you want to simplify and click on our extension to redirect your article to Outline.com. Hopefully you enjoy our extension, we would love to hear feedback from you.
拡張機能の基本情報
名前 | |
ID | hgaklaggfeoekgakpbmgjjfkagffolph |
公式URL | https://chrome.google.com/webstore/detail/articles-simplifier/hgaklaggfeoekgakpbmgjjfkagffolph |
説明 | This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more... |
ファイルサイズ | 19.48 KB |
インストール数 | 816 |
現在のバージョン | 1 |
最終更新日 | 2022-02-15 |
公開日 | 2022-02-15 |
開発者 | noamamv |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://home.articlesimplifier.com/ |
ヘルプページのURL | https://home.articlesimplifier.com/contact.html |
プライバシーポリシーページのURL | https://home.articlesimplifier.com/privacy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "logo128.png", "default_title": "Articles Simplifier" }, "background": { "service_worker": "background.js" }, "description": "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...", "icons": { "128": "logo128.png", "16": "logo16.png", "48": "logo48.png" }, "manifest_version": 3, "name": "Articles Simplifier", "permissions": [ "activeTab", "contextMenus", "tabs", "alarms", "storage" ], "version": "1" } |