Listory

Collect, curate and share the best of the web.

Listory क्या है?

Listory Listory द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect, curate and share the best of the web."।

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

screenshot
screenshot
screenshot

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

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

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

                        Listory is a place to where you can collect and curate into lists the things you are passionate about. These can be articles, videos, book reviews, podcasts, and essentially anything that has a URL. 

You can keep your lists to yourself, or share them with others. When you do share them, just imagine how delightful of an experience you’re creating for someone with similar interests!

We are still early on in our journey, and would love to get your feedback so we can improve Listory and make it the perfect place for content curation. Feel free to drop us a line at [email protected], or join our community at listory.useresponse.com.

The Listory team.                    

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

नाम Listory Listory
ID ceongpfdcochefkifkdhikececdfnblf
आधिकारिक URL https://chromewebstore.google.com/detail/listory/ceongpfdcochefkifkdhikececdfnblf
विवरण Collect, curate and share the best of the web.
फ़ाइल का आकार 73.04 KB
स्थापना संख्या 284
वर्तमान संस्करण 1.8.2
अंतिम अपडेट 2020-09-29
प्रकाशन तिथि 2020-03-13
रेटिंग 4.50/5 कुल 8 रेटिंग्स
डेवलपर Listory
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.listory.com
सहायता पृष्ठ URL https://listory.useresponse.com/
गोपनीयता नीति पृष्ठ URL https://www.listory.com/en/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Listory",
    "version": "1.8.2",
    "manifest_version": 2,
    "description": "Collect, curate and share the best of the web.",
    "homepage_url": "https:\/\/www.listory.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "Listory"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    }
}