My Lines For You
Get top ten posts from the blog http://mylinesforyou.com.
Cos'è My Lines For You?
My Lines For You è un'estensione di Chrome sviluppata da https://www.mylinesforyou.com, e la sua funzione principale è "Get top ten posts from the blog http://mylinesforyou.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione My Lines For You
Scarica i file di estensione My Lines For You 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
This extension fetches top ten posts from the blog http://www.mylinesforyou.com Informazioni di Base sull'Estensione
| Nome | |
| ID | lmfbpphmacnnidhnchkojkiolifdoijg |
| URL Ufficiale | https://chromewebstore.google.com/detail/my-lines-for-you/lmfbpphmacnnidhnchkojkiolifdoijg |
| Descrizione | Get top ten posts from the blog http://mylinesforyou.com. |
| Dimensione del File | 10.42 KB |
| Conteggio Installazioni | 12 |
| Versione Corrente | 1.11 |
| Ultimo Aggiornamento | 2014-01-22 |
| Data di Pubblicazione | 2014-01-22 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://www.mylinesforyou.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://www.mylinesforyou.com/ |
| Lingue Supportate | en |
| manifest.json | |
{
"name": "My Lines For You",
"description": "Get top ten posts from the blog http:\/\/mylinesforyou.com.",
"browser_action": {
"default_icon": "icon128.png",
"default_title": "My Lines For You",
"default_popup": "main.html"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"author": "Karthik Panjaje",
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.11",
"content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'"
} | |