Analogue

Share what inspires you.

Apa itu Analogue?

Analogue adalah ekstensi Chrome yang dikembangkan oleh https://analogue.app, dan fitur utamanya adalah "Share what inspires you.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Analogue

Unduh file ekstensi Analogue dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Analogue Analogue
ID mialbooafpmjhjajlhgnhcdmeilcpphi
URL Resmi https://chromewebstore.google.com/detail/analogue/mialbooafpmjhjajlhgnhcdmeilcpphi
Deskripsi Share what inspires you.
Ukuran File 669 KB
Jumlah Instalasi 23
Versi Saat Ini 1.3.1
Terakhir Diperbarui 2020-09-18
Tanggal Publikasi 2020-06-22
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://analogue.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://analogue.app/extension
URL Halaman Kebijakan Privasi https://www.analogue.app/terms-of-service
Bahasa yang Didukung 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"
    ]
}