Analogue
Share what inspires you.
What is Analogue?
Analogue is a Chrome extension developed by https://analogue.app, and its main feature is "Share what inspires you.".
Extension Screenshots
Download Analogue Extension CRX File
Download Analogue extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Analogue |
ID | mialbooafpmjhjajlhgnhcdmeilcpphi |
Official URL | https://chromewebstore.google.com/detail/analogue/mialbooafpmjhjajlhgnhcdmeilcpphi |
Description | Share what inspires you. |
File Size | 669 KB |
Installation Count | 23 |
Current Version | 1.3.1 |
Last Updated | 2020-09-18 |
Publish Date | 2020-06-22 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://analogue.app |
[email protected] | |
Payment Type | free |
Extension Website | https://analogue.app/extension |
Privacy Policy Page URL | https://www.analogue.app/terms-of-service |
Supported Languages | 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" ] } |