Local Memory Project

Build collection of local events from local sources

O que é Local Memory Project?

Local Memory Project é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Build collection of local events from local sources".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Local Memory Project

Baixe arquivos de extensão Local Memory Project no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Local Memory Project Local Memory Project
ID khineeknpnogfcholchjihimhofilcfp
URL Oficial https://chromewebstore.google.com/detail/local-memory-project/khineeknpnogfcholchjihimhofilcfp
Descrição Build collection of local events from local sources
Tamanho do Arquivo 1.38 MB
Contagem de Instalações 38
Versão Atual 0.0.0.17
Última Atualização 2019-03-27
Data de Publicação 2019-03-27
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão http://www.localmemory.org/
Idiomas Suportados 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"
    }
}