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 |
| 公式URL | 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 |
| Eメール | [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"
]
} | |