Tabelando.net

Fique ligado em todas as notícias do Esporte. Acompanhe no seu Navegador Google Chrome.

Tabelando.netとは何ですか?

Tabelando.netはhttps://tabelando.netによって開発されたChromeの拡張機能で、その主な機能は「Fique ligado em todas as notícias do Esporte. Acompanhe no seu Navegador Google Chrome.」です。

拡張機能のスクリーンショット

screenshot

Tabelando.net拡張機能のCRXファイルをダウンロード

Tabelando.net拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Fique ligado em todas as notícias do Esporte.
Acompanhe no seu Navegador Google Chrome.                    

拡張機能の基本情報

名前 Tabelando.net Tabelando.net
ID gdjnahjbflalpcebadmgaljcaheaceol
公式URL https://chromewebstore.google.com/detail/tabelandonet/gdjnahjbflalpcebadmgaljcaheaceol
説明 Fique ligado em todas as notícias do Esporte. Acompanhe no seu Navegador Google Chrome.
ファイルサイズ 85.47 KB
インストール数 26
現在のバージョン 8.0
最終更新日 2017-05-09
公開日 2017-05-08
評価 4.88/5 合計 16 レビュー
開発者 https://tabelando.net
支払い方法 free
拡張機能のウェブサイト http://tabelando.net/
ヘルプページのURL http://tabelando.net/contato
対応言語 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabelando.net",
    "version": "8.0",
    "manifest_version": 2,
    "description": "Fique ligado em todas as not\u00edcias do Esporte. Acompanhe no seu Navegador Google Chrome.",
    "icons": {
        "16": "logo.ico",
        "48": "logo.ico",
        "128": "logo.ico"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "http:\/\/tabelando.net\/feed\/json",
        "notifications",
        "activeTab",
        "background"
    ],
    "web_accessible_resources": [
        "popup.html"
    ],
    "browser_action": {
        "default_icon": "logo.ico",
        "default_popup": "popup.html",
        "default_title": "Tabelando.net"
    }
}