Coding websites Extension

Quickly open your coding website

Coding websites Extensionとは何ですか?

Coding websites ExtensionはShailendra Prajapatiによって開発されたChromeの拡張機能で、その主な機能は「Quickly open your coding website」です。

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

screenshot
screenshot

Coding websites Extension拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        If you frequently use platforms like geeksforgeek, codeforces, hacerrank, hackerearth, leetcode and github for practicing codes or for reading articles, every time you have to type the website name on the browser's search bar. This makes you frustrating and wastes your time too.
This chrome extension have shortcuts of all your favorite coding websites, you have to only click on the respective icons and enjoy the learning. This extension saves your time from typing the website names.                    

拡張機能の基本情報

名前 Coding websites Extension Coding websites Extension
ID aopcjjihpbgimfikfdmggpmdnjpidaak
公式URL https://chromewebstore.google.com/detail/coding-websites-extension/aopcjjihpbgimfikfdmggpmdnjpidaak
説明 Quickly open your coding website
ファイルサイズ 91.42 KB
インストール数 100
現在のバージョン 1.1.0
最終更新日 2021-07-14
公開日 2021-07-13
開発者 Shailendra Prajapati
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Coding websites Extension ",
    "description": "Quickly open your coding website",
    "version": "1.1.0",
    "icons": {
        "19": "images\/icon_19.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_popup": "popup.html"
    }
}