Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8822747
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T06:10:52+00:00 2026-06-14T06:10:52+00:00

I am developing an out-of-process plugin for Chrome, where I need some kind of

  • 0

I am developing an out-of-process plugin for Chrome, where I need some kind of resource management mechanism (shared memory) that can be used by multiple processes. Then I found the Pepper plugin and it looks promising to achieve my goal.

Here provided in ppapi example folder is a simple stub plugin. According to another document I could load it by the following command:

chrome.exe --ppapi-out-of-process --register-pepper-plugins="[chromium_path]\src\build\Debug\ppapi_example_cc_stub.dll;application/x-ppapi-example-stub"

The problem is that I did not find a clean way to load it without specify the dll path and the MIME type, thus the plugin can be simply loaded by starting the Chrome executable.

I guess I need to add new items to Windows Registry or define a manifest.json file, but I do not know how to. Can some one give me an idea?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T06:10:53+00:00Added an answer on June 14, 2026 at 6:10 am

    I encounted the same problem when developing my PPAPI plugin. But open the chrome://plugins, there are 3 PPAPI plguins. others are NPAPI plugin. I modify the file name of PPAPI plugins dll (pdf.dll). restart the chrome. I found that the chrome internel pdf plugin not work.

    I belive that the registration information of PPAPI plugin is fixed in the executable binary file of chrome browser. Search the sources of chromium, I found this.

    // File name of the internal PDF plugin on different platforms.
    const FilePath::CharType kInternalPDFPluginFileName[] =
    #if defined(OS_WIN)
        FILE_PATH_LITERAL("pdf.dll");
    #elif defined(OS_MACOSX)
        FILE_PATH_LITERAL("PDF.plugin");
    #else  // Linux and Chrome OS
        FILE_PATH_LITERAL("libpdf.so");
    #endif
    

    So maybe the npapi is more practical.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently developing a system that has need for a session time out
I'm developing an rss feed reader that uses a bayesian filter to filter out
I am developing my login for my new homepage. Now I found out, that
Developing a project of mine I realize I have a need for some level
I am in the process of developing a desktop application that needs a database.
In my application, some process that is started in AWT's Event Dispatching Thread (EDT)
iam developing one application.In that i want to find out the x,y,z axis values
I am developing a database that shows the educational process in college. Students specialize
Im prepping for developing one project and am in process of mapping out stuff
The programme that I am developing is aimed to process very large amounts of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.