Save & Organize your favorite content in Odin

A social centralized place for your bookmarks. Twitter threads, TikToks, Reddit posts, links, recipes, videos

Save & Organize your favorite content in Odin란 무엇입니까?

Save & Organize your favorite content in Odin은(는) https://savewithodin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A social centralized place for your bookmarks. Twitter threads, TikToks, Reddit posts, links, recipes, videos"입니다.

확장 프로그램 스크린샷

screenshot

Save & Organize your favorite content in Odin 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Odin Chrome Extension allows users to easily save and organize content they come across. The items they save can be added to one of the collections they’ve previously created via the Odin app or to a new one, making it easier to find them later on in the mobile app.

You can download the mobile Odin app from here: https://odinapp.app.link/chrome                    

확장 프로그램 기본 정보

이름 Save & Organize your favorite content in Odin Save & Organize your favorite content in Odin
ID gamlendoocakipaghlfencpgpkamjaom
공식 URL https://chromewebstore.google.com/detail/save-organize-your-favori/gamlendoocakipaghlfencpgpkamjaom
설명 A social centralized place for your bookmarks. Twitter threads, TikToks, Reddit posts, links, recipes, videos
파일 크기 561 KB
설치 횟수 312
현재 버전 1.0.4
최근 업데이트 2021-09-01
출시 날짜 2021-03-09
평점 3.25/5 총 4 개의 평점
개발자 https://savewithodin.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://odinapp.app.link/chrome
도움말 페이지 URL https://savewithodin.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A social centralized place for your bookmarks. Twitter threads, TikToks, Reddit posts, links, recipes, videos",
    "version": "1.0.4",
    "manifest_version": 2,
    "name": "Save & Organize your favorite content in Odin",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon-34.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "myContentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "identity"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/cdn.firebase.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "devtools_page": "devtools.html",
    "oauth2": {
        "client_id": "89991472026-5ta9n4happqp20ir4ojnmlja1nv6o4pq.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlAoaVZnneubhIMNwm\/fS9Aq0zV4mZOAbLZWyXI0u8zJ3NpkIBgx\/ko\/Y4ME\/YTyjLUZd0X\/MbfdAkBA1HkOIOEWHDNHrcBTy6qQqfxc0+pnwLwbQbvoREBtStylosjexoJawTiQu\/Cn4GhZafpu0e0jXL7NfCj2a1JRQ+yyjncSMrOVxW0+Tj5ntozqCT9EtCYBTtETQXKkrup9jy3qX3kOmaEBWS8uJk2i2V59MD9H0aJW4L4Ho8d0MrodcWiizz\/ubzeyoNmBXvBZ3UWR5TnXVmFMs0R8oT7ygRO6BwJOPAx15eQWdrsGXSmcSgcZkWQY93BWW9\/aYqUHQGHBkmQIDAQAB"
}