Plarium Nickname Generator

chrome-extension-boilerplate-react

Plarium Nickname Generatorとは何ですか?

Plarium Nickname GeneratorはPlarium Developersによって開発されたChromeの拡張機能で、その主な機能は「chrome-extension-boilerplate-react」です。

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

screenshot

Plarium Nickname Generator拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        So you want to create good character names?

Stop us if you've been through this before. You get a brilliant story idea, you sit down at your computer, all ready to outline the whole thing out which is when you realize that you're missing one very important ingredient: a character name. Needless to say, the right character name can go a long way. That's, why J.K. Rowling scoured phone directories and Charles Dickens paid visits to cemeteries in search of the perfect name. (He derived the now-iconic Ebenezer Scrooge from a tombstone that read, "Ebenezer Lennox Scroggie") Hopefully, this character name generator will be able to help out if you're stuck. Feel free to wander between each of our name generators. Any combination of names that you score is yours to use.                    

拡張機能の基本情報

名前 Plarium Nickname Generator Plarium Nickname Generator
ID hfimgkooeoafdojakhicegoeojfgmgao
公式URL https://chrome.google.com/webstore/detail/hfimgkooeoafdojakhicegoeojfgmgao
説明 chrome-extension-boilerplate-react
ファイルサイズ 981 KB
インストール数 65
現在のバージョン 0.0.4
最終更新日 2020-09-30
公開日 2020-09-25
評価 5.00/5 合計 3 レビュー
開発者 Plarium Developers
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://plarium.com/
ヘルプページのURL https://plarium.com/en/support/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "chrome-extension-boilerplate-react",
    "version": "0.0.4",
    "name": "Plarium Nickname Generator",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "https:\/\/testportal.plarium.name\/",
        "https:\/\/plarium.com\/"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}