Pinalist - Bookmark Manager

All-in-one bookmark manager

Qu'est-ce que Pinalist - Bookmark Manager ?

Pinalist - Bookmark Manager est une extension Chrome développée par https://pinalist.com, et sa fonction principale est "All-in-one bookmark manager".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pinalist - Bookmark Manager

Téléchargez les fichiers d'extension Pinalist - Bookmark Manager 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

                        Pinalist is a cloud-based all-in-one bookmark manager that helps with managing, organizing and searching your bookmarks. 

Pinalist extension connects your Chrome browser with https://pinalist.com app so you can save your bookmarks with ease.

Build your bookmark library in just a few clicks
Pinalist is aimed at those who want to browse the internet more efficiently.
It provides a fast and easy way to collect and organize your bookmarks while browsing.

The best way to stay organized
Pinalist is designed to make bookmark organization a seamless experience.
The app provides a simple way to save and categorize bookmarks using advanced tag management.
Quickly access hundreds of links for different resources, projects and for personal use.

Capture your thoughts
Leave notes along with your bookmarks so you can remember, understand and learn as you read.
If you find a piece of text particularly interesting, just save it along with your bookmark.

Searching, filtering and sorting
Pinalist is designed to make the process of finding bookmarks as simple and intuitive as possible.
Search through your bookmark library using keywords and tags as well as sort the results using a number of criteria.

Pin your favorite bookmarks
Use the dashboard to group and highlight the bookmarks you visit on a daily basis.
Drag and drop the groups according to your needs.

Share bookmarks with others
Create a page with your personal bookmark collection and share it with friends and co-workers.
Let others collect their thoughts and have an open discussion in the comments section.                    

Informations de Base sur l'Extension

Nom Pinalist - Bookmark Manager Pinalist - Bookmark Manager
ID bcenajpoioobmbmakldolfepddgioegm
URL Officiel https://chromewebstore.google.com/detail/pinalist-bookmark-manager/bcenajpoioobmbmakldolfepddgioegm
Description All-in-one bookmark manager
Taille du Fichier 3.41 MB
Nombre d'Installations 436
Version Actuelle 2.0.0
Dernière Mise à Jour 2024-01-07
Date de Publication 2022-02-11
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://pinalist.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pinalist.com
URL de la Page de Politique de Confidentialité https://pinalist.com/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pinalist - Bookmark Manager",
    "homepage_url": "https:\/\/pinalist.com",
    "description": "All-in-one bookmark manager",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "bookmarks",
        "contextMenus",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "add-bookmark.html",
                "icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "js": [
                "js\/blanket_style_set.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+Q"
            }
        },
        "add_quick_bookmark": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "Add quick bookmark"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "version": "2.0.0"
}