RSS Reader Style

Reduce the margin RSS Reader.

Co je RSS Reader Style?

RSS Reader Style je rozšíření Chrome vyvinuté https://hi0a.com, a jeho hlavní funkcí je „Reduce the margin RSS Reader.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření RSS Reader Style

Stáhněte si soubory rozšíření RSS Reader Style ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Change the layout of RSS Reader.
Displays narrow row spacing.
compact view for title only mode. 

feedly.com
digg.com
my.yahoo.co.jp


Feedly Suggestion
http://feedly.uservoice.com/forums/192636-suggestions                    

Základní Informace o Rozšíření

Název RSS Reader Style RSS Reader Style
ID gialkacknhjboidnkgappheioemdcona
Oficiální URL https://chromewebstore.google.com/detail/rss-reader-style/gialkacknhjboidnkgappheioemdcona
Popis Reduce the margin RSS Reader.
Velikost souboru 93.6 KB
Počet instalací 1,778
Aktuální Verze 1.6.1.3
Poslední Aktualizace 2015-06-26
Datum Vydání 2015-06-26
Hodnocení 4.00/5 Celkem 26 Hodnocení
Vývojář https://hi0a.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://plus.google.com/104695002981847637487/
URL Stránky Nápovědy https://plus.google.com/104695002981847637487/
URL Stránky Zásad Ochrany Soukromí https://hi0a.com/privacy
Podporované Jazyky en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RSS Reader Style",
    "version": "1.6.1.3",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_extensiondescription__",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/feedly.com\/*",
                "https:\/\/feedly.com\/*",
                "http:\/\/cloud.feedly.com\/*",
                "https:\/\/cloud.feedly.com\/*",
                "http:\/\/www.feedly.com\/*",
                "https:\/\/www.feedly.com\/*"
            ],
            "js": [
                "jquery.js",
                "script-feedly.js"
            ],
            "css": [
                "style-feedly.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/digg.com\/reader",
                "http:\/\/digg.com\/reader\/*",
                "https:\/\/digg.com\/reader",
                "https:\/\/digg.com\/reader\/*"
            ],
            "css": [
                "style-digg.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/www.google.com\/reader\/*",
                "http:\/\/www.google.com\/reader\/*",
                "https:\/\/www.google.co.jp\/reader\/*",
                "http:\/\/www.google.co.jp\/reader\/*"
            ],
            "css": [
                "style-google.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/my.yahoo.co.jp\/*"
            ],
            "js": [
                "jquery.js",
                "script-myyahoo.js"
            ],
            "css": [
                "style-myyahoo.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "RSS Reader Style"
    },
    "options_page": "options.html"
}