Comfortable RPubs
Extension for comfortable reading the articles of RPubs.
Wat is Comfortable RPubs?
Comfortable RPubs is een Chrome-extensie ontwikkeld door hoxo_m, en de belangrijkste functie is "Extension for comfortable reading the articles of RPubs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Comfortable RPubs
Download Comfortable RPubs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Comfortable RPubs |
ID | noighcjkbkmjmpmfopmpmefoiaddgijo |
Officiële URL | https://chromewebstore.google.com/detail/comfortable-rpubs/noighcjkbkmjmpmfopmpmefoiaddgijo |
Beschrijving | Extension for comfortable reading the articles of RPubs. |
Bestandsgrootte | 114 KB |
Aantal Installaties | 252 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2014-07-06 |
Publicatiedatum | 2014-07-05 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | hoxo_m |
Betalingswijze | free |
Ondersteunde Talen | 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" } |