Listory

Collect, curate and share the best of the web.

Listory란 무엇입니까?

Listory은(는) Listory에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collect, curate and share the best of the web."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Listory 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Listory is a place to where you can collect and curate into lists the things you are passionate about. These can be articles, videos, book reviews, podcasts, and essentially anything that has a URL. 

You can keep your lists to yourself, or share them with others. When you do share them, just imagine how delightful of an experience you’re creating for someone with similar interests!

We are still early on in our journey, and would love to get your feedback so we can improve Listory and make it the perfect place for content curation. Feel free to drop us a line at [email protected], or join our community at listory.useresponse.com.

The Listory team.                    

확장 프로그램 기본 정보

이름 Listory Listory
ID ceongpfdcochefkifkdhikececdfnblf
공식 URL https://chromewebstore.google.com/detail/listory/ceongpfdcochefkifkdhikececdfnblf
설명 Collect, curate and share the best of the web.
파일 크기 73.04 KB
설치 횟수 284
현재 버전 1.8.2
최근 업데이트 2020-09-29
출시 날짜 2020-03-13
평점 4.50/5 총 8 개의 평점
개발자 Listory
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.listory.com
도움말 페이지 URL https://listory.useresponse.com/
개인정보 보호 정책 페이지 URL https://www.listory.com/en/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Listory",
    "version": "1.8.2",
    "manifest_version": 2,
    "description": "Collect, curate and share the best of the web.",
    "homepage_url": "https:\/\/www.listory.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_title": "Listory"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            }
        }
    }
}