Local Memory Project

Build collection of local events from local sources

Local Memory Project क्या है?

Local Memory Project Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Build collection of local events from local sources"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Local Memory Project provides tools to build collections (#localmemory) of stories for local events from local news sources. This extension helps users build/archive/share collections about local events or stories collected from local news media outlets. For example, given a zip code "70115" and a query "flooding," the extension will collect local stories from media outlets that serve New Orleans, LA, by searching Google. The extension also lets you search Google news and filter based on minimum and maximum dates. After building a collection, you can also save locally (JSON or list) or remotely in exchange for a shareable link, as well as archive your locally built collection in exchange for a shareable short link. It also enables the extraction of links from Google Search Result Pages (SERPs) and Twitter.                    

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

नाम Local Memory Project Local Memory Project
ID khineeknpnogfcholchjihimhofilcfp
आधिकारिक URL https://chromewebstore.google.com/detail/local-memory-project/khineeknpnogfcholchjihimhofilcfp
विवरण Build collection of local events from local sources
फ़ाइल का आकार 1.38 MB
स्थापना संख्या 38
वर्तमान संस्करण 0.0.0.17
अंतिम अपडेट 2019-03-27
प्रकाशन तिथि 2019-03-27
डेवलपर Unknown
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.localmemory.org/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Local Memory Project",
    "short_name": "Local Memory",
    "description": "Build collection of local events from local sources",
    "version": "0.0.0.17",
    "background": {
        "scripts": [
            ".\/scripts\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Build Collection"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.embedly.com https:\/\/platform.twitter.com\/ https:\/\/cdn.syndication.twimg.com\/; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}