My Lines For You
Get top ten posts from the blog http://mylinesforyou.com.
Wat is My Lines For You?
My Lines For You is een Chrome-extensie ontwikkeld door https://www.mylinesforyou.com, en de belangrijkste functie is "Get top ten posts from the blog http://mylinesforyou.com.".
Extensie Screenshots
Download het CRX-bestand van de extensie My Lines For You
Download My Lines For You-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
This extension fetches top ten posts from the blog http://www.mylinesforyou.com
Basisinformatie over de Extensie
Naam | My Lines For You |
ID | lmfbpphmacnnidhnchkojkiolifdoijg |
Officiële URL | https://chromewebstore.google.com/detail/my-lines-for-you/lmfbpphmacnnidhnchkojkiolifdoijg |
Beschrijving | Get top ten posts from the blog http://mylinesforyou.com. |
Bestandsgrootte | 10.42 KB |
Aantal Installaties | 12 |
Huidige Versie | 1.11 |
Laatst Bijgewerkt | 2014-01-22 |
Publicatiedatum | 2014-01-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.mylinesforyou.com |
Betalingswijze | free |
Extensiewebsite | http://www.mylinesforyou.com/ |
Ondersteunde Talen | 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'" } |