Cubeニュース

【最新ニュース】のチェックに便利!!!コンパクトなポップアップ表示だから【邪魔にならない!】 厳選ニュースを【見たい時だけ】サッとチェック!

What is Cubeニュース?

Cubeニュース is a Chrome extension developed by http://news.cube-soft.jp, and its main feature is "【最新ニュース】のチェックに便利!!!コンパクトなポップアップ表示だから【邪魔にならない!】 厳選ニュースを【見たい時だけ】サッとチェック!".

Extension Screenshots

screenshot

Download Cubeニュース Extension CRX File

Download Cubeニュース 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

                        【ニュース閲覧の新定番スタイルです。】
・厳選した最新ニュースを、コンパクトにポップアップ表示します。
・ニュースを見たい時以外は「小さなアイコン」のみの表示で、邪魔になりません。
・ポップアップ画面では、各記事カテゴリごとに見やすく一覧表示しています。
・注目記事ランキングもあるので、話題のニュースを見逃しません。
・気になったニュースは、ワンクリックで詳細記事ページを表示可能です。
・もちろん完全無料です。わずらわしい登録やSNSリンクなども一切ありません。                    

Extension Basic Information

Name Cubeニュース Cubeニュース
ID gohbemmgjhclcmmaghkmaldihhdncdac
Official URL https://chrome.google.com/webstore/detail/cube%E3%83%8B%E3%83%A5%E3%83%BC%E3%82%B9/gohbemmgjhclcmmaghkmaldihhdncdac
Description 【最新ニュース】のチェックに便利!!!コンパクトなポップアップ表示だから【邪魔にならない!】 厳選ニュースを【見たい時だけ】サッとチェック!
File Size 41.42 KB
Installation Count 804
Current Version 1.1.0
Last Updated 2015-08-02
Publish Date 2015-08-02
Rating 5.00/5 Total 1 Ratings
Developer http://news.cube-soft.jp
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cube\u30cb\u30e5\u30fc\u30b9",
    "version": "1.1.0",
    "description": "\u3010\u6700\u65b0\u30cb\u30e5\u30fc\u30b9\u3011\u306e\u30c1\u30a7\u30c3\u30af\u306b\u4fbf\u5229\uff01\uff01\uff01\u30b3\u30f3\u30d1\u30af\u30c8\u306a\u30dd\u30c3\u30d7\u30a2\u30c3\u30d7\u8868\u793a\u3060\u304b\u3089\u3010\u90aa\u9b54\u306b\u306a\u3089\u306a\u3044\uff01\u3011\u3000\u53b3\u9078\u30cb\u30e5\u30fc\u30b9\u3092\u3010\u898b\u305f\u3044\u6642\u3060\u3051\u3011\u30b5\u30c3\u3068\u30c1\u30a7\u30c3\u30af\uff01",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png",
        "16": "16.png"
    },
    "homepage_url": "http:\/\/news.cube-soft.jp\/",
    "browser_action": {
        "default_icon": {
            "19": "19.png",
            "38": "38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Cube\u30cb\u30e5\u30fc\u30b9"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.cube-soft.jp\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}