Local Memory Project

Build collection of local events from local sources

Local Memory Project란 무엇입니까?

Local Memory Project은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Build collection of local events from local sources"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Local Memory Project 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}