Local Memory Project

Build collection of local events from local sources

Local Memory Project là gì?

Local Memory Project là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Build collection of local events from local sources".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Local Memory Project

Tải xuống các tệp mở rộng Local Memory Project dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Local Memory Project Local Memory Project
ID khineeknpnogfcholchjihimhofilcfp
URL Chính Thức https://chromewebstore.google.com/detail/local-memory-project/khineeknpnogfcholchjihimhofilcfp
Mô tả Build collection of local events from local sources
Kích Thước Tệp 1.38 MB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 0.0.0.17
Cập Nhật Lần Cuối 2019-03-27
Ngày Phát Hành 2019-03-27
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng http://www.localmemory.org/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}