My Lines For You

Get top ten posts from the blog http://mylinesforyou.com.

Hvad er My Lines For You?

My Lines For You er en Chrome-udvidelse udviklet af https://www.mylinesforyou.com, og dens hovedfunktion er "Get top ten posts from the blog http://mylinesforyou.com.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download My Lines For You-udvidelses-CRX-fil

Download My Lines For You-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension fetches top ten posts from the blog http://www.mylinesforyou.com                    

Grundlæggende oplysninger om udvidelsen

Navn My Lines For You My Lines For You
ID lmfbpphmacnnidhnchkojkiolifdoijg
Officiel URL https://chromewebstore.google.com/detail/my-lines-for-you/lmfbpphmacnnidhnchkojkiolifdoijg
Beskrivelse Get top ten posts from the blog http://mylinesforyou.com.
Filstørrelse 10.42 KB
Antal Installationer 12
Nuværende Version 1.11
Senest Opdateret 2014-01-22
Udgivelsesdato 2014-01-22
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://www.mylinesforyou.com
Betalingsmetode free
Udvidelseswebsted http://www.mylinesforyou.com/
Understøttede Sprog 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'"
}