My Lines For You

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

Was ist My Lines For You?

My Lines For You ist eine Chrome-Erweiterung, die von https://www.mylinesforyou.com entwickelt wurde, und ihr Hauptmerkmal ist "Get top ten posts from the blog http://mylinesforyou.com.".

Erweiterungsscreenshots

screenshot
screenshot

My Lines For You-Erweiterungs-CRX-Datei herunterladen

Laden Sie My Lines For You-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name My Lines For You My Lines For You
ID lmfbpphmacnnidhnchkojkiolifdoijg
Offizielle URL https://chromewebstore.google.com/detail/my-lines-for-you/lmfbpphmacnnidhnchkojkiolifdoijg
Beschreibung Get top ten posts from the blog http://mylinesforyou.com.
Dateigröße 10.42 KB
Installationsanzahl 12
Aktuelle Version 1.11
Letztes Update 2014-01-22
Veröffentlichungsdatum 2014-01-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://www.mylinesforyou.com
Zahlungsart free
Erweiterungswebsite http://www.mylinesforyou.com/
Unterstützte Sprachen 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'"
}