Analogue
Share what inspires you.
什麼是Analogue?
Analogue是由https://analogue.app開發的Chrome擴展程式,該擴展的主要功能是“Share what inspires you.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | mialbooafpmjhjajlhgnhcdmeilcpphi |
| 官方網址 | 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"
]
} | |