Analogue

Share what inspires you.

Vad är Analogue?

Analogue är en Chrome-tillägg utvecklad av https://analogue.app, och dess huvudfunktion är "Share what inspires you.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Analogue-förlängningens CRX-fil

Ladda ner Analogue-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Analogue Analogue
ID mialbooafpmjhjajlhgnhcdmeilcpphi
Officiell webbadress https://chromewebstore.google.com/detail/analogue/mialbooafpmjhjajlhgnhcdmeilcpphi
Beskrivning Share what inspires you.
Filstorlek 669 KB
Antal Installationer 23
Aktuell Version 1.3.1
Senast Uppdaterad 2020-09-18
Publiceringsdatum 2020-06-22
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://analogue.app
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://analogue.app/extension
URL till Sekretesspolicy Sidan https://www.analogue.app/terms-of-service
Stödda Språk 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"
    ]
}