_blank2bgtab in Feedly

_blank to open new background tab in Feedly.

What is _blank2bgtab in Feedly?

_blank2bgtab in Feedly is a Chrome extension developed by kawaz, and its main feature is "_blank to open new background tab in Feedly.".

Download _blank2bgtab in Feedly Extension CRX File

Download _blank2bgtab in Feedly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        _blank to open new background tab in Feedly.                    

Extension Basic Information

Name _blank2bgtab in Feedly _blank2bgtab in Feedly
ID lhijjbefbbfclgmlnaiaplbleipncjfn
Official URL https://chrome.google.com/webstore/detail/blank2bgtab-in-feedly/lhijjbefbbfclgmlnaiaplbleipncjfn
Description _blank to open new background tab in Feedly.
File Size 5.1 KB
Installation Count 10
Current Version 0.0.6
Last Updated 2015-01-26
Publish Date 2015-01-26
Developer kawaz
Email [email protected]
Payment Type free
Extension Website https://github.com/kawaz/crx-_blank2bgtab-in-feedly
Help Page URL http://twitter.com/kawaz
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "0.0.6",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "document_start.js"
            ],
            "matches": [
                "http:\/\/cloud.feedly.com\/*",
                "http:\/\/feedly.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs"
    ]
}