Comfortable RPubs
Extension for comfortable reading the articles of RPubs.
Cos'è Comfortable RPubs?
Comfortable RPubs è un'estensione di Chrome sviluppata da hoxo_m, e la sua funzione principale è "Extension for comfortable reading the articles of RPubs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Comfortable RPubs
Scarica i file di estensione Comfortable RPubs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | noighcjkbkmjmpmfopmpmefoiaddgijo |
| URL Ufficiale | https://chromewebstore.google.com/detail/comfortable-rpubs/noighcjkbkmjmpmfopmpmefoiaddgijo |
| Descrizione | Extension for comfortable reading the articles of RPubs. |
| Dimensione del File | 114 KB |
| Conteggio Installazioni | 252 |
| Versione Corrente | 0.0.6 |
| Ultimo Aggiornamento | 2014-07-06 |
| Data di Pubblicazione | 2014-07-05 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | hoxo_m |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
} | |