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ファイルをダウンロード

Save & Organize your favorite content in Odin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}