Pinalist - Bookmark Manager

All-in-one bookmark manager

Pinalist - Bookmark Manager क्या है?

Pinalist - Bookmark Manager https://pinalist.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All-in-one bookmark manager"।

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

screenshot
screenshot

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

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

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

                        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.                    

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

नाम Pinalist - Bookmark Manager Pinalist - Bookmark Manager
ID bcenajpoioobmbmakldolfepddgioegm
आधिकारिक URL https://chromewebstore.google.com/detail/pinalist-bookmark-manager/bcenajpoioobmbmakldolfepddgioegm
विवरण All-in-one bookmark manager
फ़ाइल का आकार 3.41 MB
स्थापना संख्या 436
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2024-01-07
प्रकाशन तिथि 2022-02-11
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://pinalist.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://pinalist.com
गोपनीयता नीति पृष्ठ URL https://pinalist.com/privacy
समर्थित भाषाएँ 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"
}