Name Generator Extension

Generates a random name with one adjective and a noun

Name Generator Extensionとは何ですか?

Name Generator ExtensionはAdam Jonesによって開発されたChromeの拡張機能で、その主な機能は「Generates a random name with one adjective and a noun」です。

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

screenshot

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

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

拡張機能の使用方法

                        When clicked, this extension will open a small popup where it will generate a random name, which could be useful to make up team names if you run a competition in groups. 


** I am planning to add more functionality soon, including:
★ Choose your own adjectives
★ Choose your own nouns
★ More words
★ Save functionality
★ Sync with App version                    

拡張機能の基本情報

名前 Name Generator Extension Name Generator Extension
ID ijdkccjcpjdoibhmmfihppfgpfhjkkch
公式URL https://chromewebstore.google.com/detail/name-generator-extension/ijdkccjcpjdoibhmmfihppfgpfhjkkch
説明 Generates a random name with one adjective and a noun
ファイルサイズ 13.93 KB
インストール数 657
現在のバージョン 0.1
最終更新日 2015-08-17
公開日 2015-08-17
評価 3.75/5 合計 4 レビュー
開発者 Adam Jones
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://adamjones.me/privacy-policies
対応言語 en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Name Generator Extension",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Generates a random name with one adjective and a noun",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "offline_enabled": true
}