Comfortable RPubs
Extension for comfortable reading the articles of RPubs.
Comfortable RPubsとは何ですか?
Comfortable RPubsはhoxo_mによって開発されたChromeの拡張機能で、その主な機能は「Extension for comfortable reading the articles of RPubs.」です。
拡張機能のスクリーンショット
Comfortable RPubs拡張機能のCRXファイルをダウンロード
Comfortable RPubs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1. Change CSS for more comfortable reading. 2. Change hyperlink target to "_blank" to open new tab. 3. Search articles 4. RSS feed 5. Solved the problem that mixing HTTPS with HTTP
拡張機能の基本情報
名前 | Comfortable RPubs |
ID | noighcjkbkmjmpmfopmpmefoiaddgijo |
公式URL | https://chromewebstore.google.com/detail/comfortable-rpubs/noighcjkbkmjmpmfopmpmefoiaddgijo |
説明 | Extension for comfortable reading the articles of RPubs. |
ファイルサイズ | 114 KB |
インストール数 | 252 |
現在のバージョン | 0.0.6 |
最終更新日 | 2014-07-06 |
公開日 | 2014-07-05 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | hoxo_m |
支払い方法 | free |
対応言語 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Comfortable RPubs", "description": "__MSG_extDescription__", "version": "0.0.6", "page_action": { "default_icon": ".\/icon_016.png", "default_title": "__MSG_popupTitle__", "default_popup": ".\/popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/rpubs.com\/*", "http:\/\/rstudio-pubs-static.s3.amazonaws.com\/*", "https:\/\/rpubs.com\/*\/*" ], "js": [ "jquery-2.1.0.js", "myscript.js" ], "all_frames": true } ], "permissions": [ "tabs" ], "content_security_policy": "script-src 'self'; object-src 'self'", "icons": { "16": ".\/icon_016.png", "48": ".\/icon_048.png", "128": ".\/icon_128.png" }, "background": { "page": ".\/background.html" }, "default_locale": "en" } |