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文件

下載Local Memory Project擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}