Pretty Good Bookmarks

Bookmark websites on pretty-good-bookmarks.com.

What is Pretty Good Bookmarks?

Pretty Good Bookmarks is a Chrome extension developed by https://www.pretty-good-bookmarks.com, and its main feature is "Bookmark websites on pretty-good-bookmarks.com.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Pretty Good Bookmarks Extension CRX File

Download Pretty Good Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The free online bookmark manager that leaves nothing to be desired.
Easy to use with drag and drop.
For all devices and screens.
All functions are free.                    

Extension Basic Information

Name Pretty Good Bookmarks Pretty Good Bookmarks
ID fmidaolmehlkhgeeaoglmgbphbaghgmo
Official URL https://chromewebstore.google.com/detail/pretty-good-bookmarks/fmidaolmehlkhgeeaoglmgbphbaghgmo
Description Bookmark websites on pretty-good-bookmarks.com.
File Size 4.84 KB
Installation Count 36
Current Version 1.2
Last Updated 2020-11-09
Publish Date 2020-11-08
Developer https://www.pretty-good-bookmarks.com
Email [email protected]
Payment Type free
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "__MSG_defaultTitle__",
        "default_icon": "pgb.png"
    },
    "manifest_version": 2
}