Pretty Good Bookmarks

Bookmark websites on pretty-good-bookmarks.com.

Qu'est-ce que Pretty Good Bookmarks ?

Pretty Good Bookmarks est une extension Chrome développée par https://www.pretty-good-bookmarks.com, et sa fonction principale est "Bookmark websites on pretty-good-bookmarks.com.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Pretty Good Bookmarks

Téléchargez les fichiers d'extension Pretty Good Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pretty Good Bookmarks Pretty Good Bookmarks
ID fmidaolmehlkhgeeaoglmgbphbaghgmo
URL Officiel https://chromewebstore.google.com/detail/pretty-good-bookmarks/fmidaolmehlkhgeeaoglmgbphbaghgmo
Description Bookmark websites on pretty-good-bookmarks.com.
Taille du Fichier 4.84 KB
Nombre d'Installations 36
Version Actuelle 1.2
Dernière Mise à Jour 2020-11-09
Date de Publication 2020-11-08
Développeur https://www.pretty-good-bookmarks.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}