PRMDB for Bard-Gemini

Create public and private custom prompts for Google Gemini(Bard)

PRMDB for Bard-Gemini क्या है?

PRMDB for Bard-Gemini https://prmdb.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create public and private custom prompts for Google Gemini(Bard)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PRMDB for Bard-Gemini एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The browser extension for Bard revolutionizes the writing experience, bringing innovative features directly to the fingertips of users. Embracing the beauty of spontaneity, the Bard extension provides access to a multitude of public prompts. These prompts serve as a spark to ignite the creative flame in each writer, allowing them to weave stories that are unique and captivating.

But the Bard extension is not just about using prompts; it's also about creating them. Users are empowered to generate their own prompts, tailored to their tastes and creative inclinations. These can be made public, offering inspiration to the wider Bard community, or kept private, serving as a personal reservoir of ideas for the user's future storytelling endeavors.

Additionally, the Bard extension integrates a 'Favorites' feature, enabling users to save the prompts that resonate with them the most. With a single click, a prompt can be preserved for later use, providing a continual source of inspiration.

The Bard extension represents the evolution of writing in the digital age, transforming it into a more interactive, personalized, and dynamic experience. It's a tool, a companion, and a gateway to infinite creative possibilities.

v:1.1.0
Fixed for new Gemini website

v: 1.0.6
From this version now you can create prompts from within extension. 
Multi-input complex prompts creation support is now added.

======================================================
NOTE:
We have no affiliation with AI-PRM; our listings of prompts are exclusively obtained with permission from the original authors.
======================================================                    

एक्सटेंशन की मूल जानकारी

नाम PRMDB for Bard-Gemini PRMDB for Bard-Gemini
ID inligaebnhkiobbjgkgkoeeliclfcpjl
आधिकारिक URL https://chromewebstore.google.com/detail/prmdb-for-bard-gemini/inligaebnhkiobbjgkgkoeeliclfcpjl
विवरण Create public and private custom prompts for Google Gemini(Bard)
फ़ाइल का आकार 1 MB
स्थापना संख्या 180
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2024-02-13
प्रकाशन तिथि 2023-06-18
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर https://prmdb.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://prmdb.com/prompts
सहायता पृष्ठ URL https://prmdb.com
गोपनीयता नीति पृष्ठ URL https://standaloneinstaller.com/privacypolicy.php
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PRMDB for Bard-Gemini",
    "description": "Create public and private custom prompts for Google Gemini(Bard)",
    "version": "1.1.0",
    "version_name": "1.1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "PRMDB - Open Gemini"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "config.js",
                "main.js",
                "inactive.js",
                "httpService.js",
                "utils.js",
                "vars.js",
                "tw.css",
                "style.css"
            ],
            "matches": [
                "https:\/\/gemini.google.com\/*"
            ],
            "use_dynamic_url": true
        },
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "css": [
                "tw.css",
                "style.css"
            ],
            "matches": [
                "https:\/\/gemini.google.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}