Analogue
Share what inspires you.
Wat is Analogue?
Analogue is een Chrome-extensie ontwikkeld door https://analogue.app, en de belangrijkste functie is "Share what inspires you.".
Extensie Screenshots
Download het CRX-bestand van de extensie Analogue
Download Analogue-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | mialbooafpmjhjajlhgnhcdmeilcpphi |
| Officiële URL | https://chromewebstore.google.com/detail/analogue/mialbooafpmjhjajlhgnhcdmeilcpphi |
| Beschrijving | Share what inspires you. |
| Bestandsgrootte | 669 KB |
| Aantal Installaties | 23 |
| Huidige Versie | 1.3.1 |
| Laatst Bijgewerkt | 2020-09-18 |
| Publicatiedatum | 2020-06-22 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://analogue.app |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://analogue.app/extension |
| URL van de Privacybeleid Pagina | https://www.analogue.app/terms-of-service |
| Ondersteunde Talen | 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"
]
} | |