Professional Codes Reader

Browse the web like a professional programmer!

Professional Codes Readerとは何ですか?

Professional Codes ReaderはJasonnorによって開発されたChromeの拡張機能で、その主な機能は「Browse the web like a professional programmer!」です。

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

screenshot
screenshot
screenshot

Professional Codes Reader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Professional Codes Reader can insert random C#, PHP or jQuery code to paragraphs of a webpage (which may be novels or articles), and making it looks like a professional or work site.

Usage
1. Click the icon to insert the code on the current page
2. Right-click the icon to open the Options page and set the action

This is an open source project. Visit Professional Codes Reader's Github page for full instructions, more information, bug reports, or to contribute.

https://github.com/Jasonnor/Professional-Codes-Reader                    

拡張機能の基本情報

名前 Professional Codes Reader Professional Codes Reader
ID bmiklhlglhkagnpamkmdhgpbiolnbgac
公式URL https://chromewebstore.google.com/detail/professional-codes-reader/bmiklhlglhkagnpamkmdhgpbiolnbgac
説明 Browse the web like a professional programmer!
ファイルサイズ 169 KB
インストール数 53
現在のバージョン 1.1.1
最終更新日 2017-06-07
公開日 2017-06-07
評価 3.00/5 合計 2 レビュー
開発者 Jasonnor
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Jasonnor/Professional-Codes-Reader
ヘルプページのURL https://github.com/Jasonnor/Professional-Codes-Reader/issues
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Professional Codes Reader",
    "description": "Browse the web like a professional programmer!",
    "version": "1.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/*"
    ]
}