Star Wars Name Generator
Star Wars Name Generator to you can generate your own character names for Star Wars.
什麼是Star Wars Name Generator?
Star Wars Name Generator是由https://starwarsnamegenerator.us開發的Chrome擴展程式,該擴展的主要功能是“Star Wars Name Generator to you can generate your own character names for Star Wars.”。
擴展截圖
下載Star Wars Name Generator擴展crx文件
下載Star Wars Name Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Make your own Cool & creative Star Wars Character Names by Star Wars Name Generator. If you are confused, how to find star wars character names, like Jedi names, darth names, stormtrooper names, planet names, and many names you can create with Star Wars Name Generator chrome Extension. To Star Wars name generator Chrome Extension you can generate 5 unique names with just one click without any website or online tool. How to use it? First you need to download this Chrome Extension from the Chrome Web Store. Then Install this extension on Chrome Browser Now you can generate names with one click Enjoy it.
擴展基本資訊
名稱 | Star Wars Name Generator |
ID | kceiiaokgfflpjdedcobhfabgjogikal |
官方網址 | https://chromewebstore.google.com/detail/star-wars-name-generator/kceiiaokgfflpjdedcobhfabgjogikal |
簡介 | Star Wars Name Generator to you can generate your own character names for Star Wars. |
檔案大小 | 55.04 KB |
安裝次數 | 149 |
目前版本 | 2.0 |
更新時間 | 2021-06-25 |
上架時間 | 2021-06-25 |
評分 | 4.00/5 共 3 次評分 |
開發者 | https://starwarsnamegenerator.us |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://starwarsnamegenerator.us/ |
隱私政策頁面URL | https://www.starwarsnamegenerator.us/privacy-policy.html |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Star Wars Name Generator", "description": "Star Wars Name Generator to you can generate your own character names for Star Wars.", "version": "2.0", "browser_action": { "default_icon": "images\/128.png", "default_popup": "index.html" }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/64.png", "128": "images\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/developer.chrome.com\/*" ], "js": [ "js\/star.js", "js\/jquery-3.1.0.min.js" ], "css": [ "css\/style.css" ] } ] } |