Plarium Nickname Generator

chrome-extension-boilerplate-react

Plarium Nickname Generator là gì?

Plarium Nickname Generator là một tiện ích mở rộng Chrome được phát triển bởi Plarium Developers, và tính năng chính của nó là "chrome-extension-boilerplate-react".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Plarium Nickname Generator

Tải xuống các tệp mở rộng Plarium Nickname Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Plarium Nickname Generator Plarium Nickname Generator
ID hfimgkooeoafdojakhicegoeojfgmgao
URL Chính Thức https://chrome.google.com/webstore/detail/hfimgkooeoafdojakhicegoeojfgmgao
Mô tả chrome-extension-boilerplate-react
Kích Thước Tệp 981 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2020-09-30
Ngày Phát Hành 2020-09-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Plarium Developers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://plarium.com/
URL Trang Trợ Giúp https://plarium.com/en/support/
Ngôn Ngữ Được Hỗ Trợ 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'"
}