Quick Pocket

Your pocket links in a popup, Inspired from the old pocket extension which was discontinued

Quick Pocket क्या है?

Quick Pocket Sodj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your pocket links in a popup, Inspired from the old pocket extension which was discontinued"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        What's new:
- Added the option to open links without closing the popup

---

This is a pocket extension to list and manage your saved links. 
It also allows you to:

- Save current page to Pocket using context menu
- Save link to Pocket using context menu
- Save current page to Pocket using keyboard shortcut (default Alt+P)
- Edit / Delete / Mark as read / Favorite
- Has dark mode :)
- Show unread count
- And more to come

How to use: 

-> Open the extension from the Icon 
-> Click Login 
-> Authorize the extension 
-> Go back to the extension and voilà

PS: you have to open the popup at least once after login in order to be able to save links using context menu or keyboard shortcuts                    

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

नाम Quick Pocket Quick Pocket
ID gccdebcpenpmmnaedfmkdhpbnihcdedh
आधिकारिक URL https://chromewebstore.google.com/detail/quick-pocket/gccdebcpenpmmnaedfmkdhpbnihcdedh
विवरण Your pocket links in a popup, Inspired from the old pocket extension which was discontinued
फ़ाइल का आकार 367 KB
स्थापना संख्या 4,000
वर्तमान संस्करण 1.8.2
अंतिम अपडेट 2023-10-23
प्रकाशन तिथि 2021-06-08
रेटिंग 4.00/5 कुल 12 रेटिंग्स
डेवलपर Sodj
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Pocket",
    "version": "1.8.2",
    "description": "Your pocket links in a popup, Inspired from the old pocket extension which was discontinued",
    "manifest_version": 3,
    "EDGE_ONLY_update_URL": "https:\/\/edge.microsoft.com\/extensionwebstorebase\/v1\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArEfXzn8pTVofgwi\/ttS1D0INXyB9++tpIK3mC49oxntBsI5KFqtBDCINPp7K+xv2pLnnyPd5YY3kp+OGnj8W4nLdG5VDKhbYh3MpO\/7Qtt0m4CYEP7vqS1FvQDX8fDtP3ckDOISTuQaCOzIi6lpE4zYsFXSyQLSUVp2PMsKkPKluwVJgjsREOpaXkYBPGHiO+zskl0wnoPXafpAzBdWHfLe4eUImCKd67403nRad4IxD\/k9SknVU9ttz9mF+G2S40u6eMmDoFLyEmxoZwq4XR\/mlJIjIQTlKCCiK0CZ94PKHF2uF1HKd0s58VX7j2OnYT\/p9po62B1ViIm67zZV8nQIDAQAB",
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "img\/Icon-16.png",
            "32": "img\/Icon-32.png",
            "48": "img\/Icon-48.png",
            "128": "img\/Icon-128.png"
        }
    },
    "icons": {
        "16": "img\/Icon-16.png",
        "32": "img\/Icon-32.png",
        "48": "img\/Icon-48.png",
        "128": "img\/Icon-128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/getpocket.com\/*",
        "https:\/\/getpocket.com\/*"
    ],
    "commands": {
        "savePage": {
            "suggested_key": {
                "default": "Alt+P",
                "mac": "Alt+P"
            },
            "description": "Save page to Pocket"
        }
    }
}