Analogue

Share what inspires you.

什么是Analogue?

Analogue是由https://analogue.app开发的Chrome扩展程序,该扩展的主要功能是“Share what inspires you.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Analogue扩展crx文件

下载Analogue扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Analogue is a tool to collect all the content you love. Easily share and organize collections of your favorite books, films, tv shows, links, podcasts, and more.                    

扩展基本信息

名称 Analogue Analogue
ID mialbooafpmjhjajlhgnhcdmeilcpphi
官方URL https://chromewebstore.google.com/detail/analogue/mialbooafpmjhjajlhgnhcdmeilcpphi
简介 Share what inspires you.
文件大小 669 KB
安装次数 23
当前版本 1.3.1
更新时间 2020-09-18
上架时间 2020-06-22
评分 5.00/5 共2次评分
开发者 https://analogue.app
电子邮箱 [email protected]
付费类型 free
扩展官网 https://analogue.app/extension
隐私政策页面URL https://www.analogue.app/terms-of-service
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Analogue",
    "short_name": "Analogue",
    "version": "1.3.1",
    "description": "Share what inspires you.",
    "manifest_version": 2,
    "minimum_chrome_version": "79",
    "homepage_url": "https:\/\/www.analogue.app",
    "permissions": [
        "activeTab",
        "contextMenus",
        "notifications",
        "*:\/\/*.analogue.app\/*",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.getstream.io https:\/\/*.segment.com https:\/\/*.amplitude.com https:\/\/*.mxpnl.com; object-src 'self';",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.analogue.app\/*"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/extension-icon-x16.png",
            "32": "icons\/extension-icon-x32.png",
            "48": "icons\/extension-icon-x48.png",
            "128": "icons\/extension-icon-x128.png"
        },
        "default_title": "Add to Analogue"
    },
    "commands": {
        "selectionToKnot": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Makes knot from selected text"
        }
    },
    "icons": {
        "16": "icons\/extension-icon-x16.png",
        "32": "icons\/extension-icon-x32.png",
        "48": "icons\/extension-icon-x48.png",
        "128": "icons\/extension-icon-x128.png"
    },
    "web_accessible_resources": [
        "css\/all.css"
    ]
}