Crumble Clipper
The Crumble Clipper complements our web application to intelligently collect, discover and create insights.
Crumble Clipperとは何ですか?
Crumble Clipperはhttp://lovecrumble.comによって開発されたChromeの拡張機能で、その主な機能は「The Crumble Clipper complements our web application to intelligently collect, discover and create insights.」です。
拡張機能のスクリーンショット
Crumble Clipper拡張機能のCRXファイルをダウンロード
Crumble Clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Summarise any webpage, find points of interest and collect crumbs of information and build the full story of any topic really quickly. Be more productive and simplify your workspace with Crumble.
拡張機能の基本情報
名前 | |
ID | ckohcnnilkkadadhclghafaaokhblpma |
公式URL | https://chrome.google.com/webstore/detail/crumble-clipper/ckohcnnilkkadadhclghafaaokhblpma |
説明 | The Crumble Clipper complements our web application to intelligently collect, discover and create insights. |
ファイルサイズ | 2.15 MB |
インストール数 | 83 |
現在のバージョン | 1.5 |
最終更新日 | 2020-08-19 |
公開日 | 2020-06-28 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://lovecrumble.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://lovecrumble.com |
ヘルプページのURL | https://lovecrumble.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crumble Clipper", "description": "The Crumble Clipper complements our web application to intelligently collect, discover and create insights.", "version": "1.5", "icons": { "128": "icons\/128.ico", "48": "icons\/48.ico", "16": "icons\/32.ico" }, "browser_action": { "default_icon": "icons\/bg_circle_black.png", "default_popup": "profile.html" }, "background": { "scripts": [ "scripts\/jquery-3.5.1.min.js", "scripts\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/lovecrumble.com\/check_login\/", "https:\/\/lovecrumble.com\/get_boards\/", "https:\/\/lovecrumble.com\/post_data\/", "https:\/\/lovecrumble.com\/post_page\/", "contextMenus", "notifications", "https:\/\/api.lovecrumble.com\/crumble\/summarise\/*", "tabs" ], "web_accessible_resources": [ "scripts\/popup.js", "scripts\/background.js", "summarise.html" ] } |