Coder Rants

Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab

Coder Rantsとは何ですか?

Coder RantsはN00Bによって開発されたChromeの拡張機能で、その主な機能は「Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab」です。

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

screenshot
screenshot
screenshot

Coder Rants拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Coder Rant is an extension which helps you to get new rants whenever you open your newtab.
Now don't get bored with the clumsy new tab anymore.Coder Rant is here to save you.                    

拡張機能の基本情報

名前 Coder Rants Coder Rants
ID beheigghcoemllkkbiplpejjefjaigbe
公式URL https://chrome.google.com/webstore/detail/coder-rants/beheigghcoemllkkbiplpejjefjaigbe
説明 Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab
ファイルサイズ 878 KB
インストール数 17
現在のバージョン 2.1
最終更新日 2018-09-10
公開日 2018-09-10
評価 5.00/5 合計 6 レビュー
開発者 N00B
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://soumyajitdutta.ml/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coder Rants",
    "description": "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab",
    "version": "2.1",
    "icons": {
        "16": "images\/code_80-512.png",
        "48": "images\/code_80-512.png",
        "128": "images\/code_80-512.png"
    },
    "browser_action": {
        "default_icon": "images\/code_80-512.png",
        "default_popup": "landing.html"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "https:\/\/*\/devrant*",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}