Walling Web Clipper
Jot down quick notes, save bookmarks and images to your Walling.app Daily Desk and Walls.
Walling Web Clipperとは何ですか?
Walling Web Clipperはhttps://walling.appによって開発されたChromeの拡張機能で、その主な機能は「Jot down quick notes, save bookmarks and images to your Walling.app Daily Desk and Walls.」です。
拡張機能のスクリーンショット
Walling Web Clipper拡張機能のCRXファイルをダウンロード
Walling Web Clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Walling web clipper helps you jot down quick notes from your browser, save bookmarks to your Walling walls and collect images from the web. Unlike linear and restrictive tools, at Walling, we've been thinking outside of the box, presenting you with a new visual solution that will help you be more productive and present your ideas in an engaging and stunning way. Learn more at https://walling.app. You can login to your account using Email/Password, Google Login, or Apple Sign-in.
拡張機能の基本情報
名前 | Walling Web Clipper |
ID | penhhnlldkmlfappgmgjhhfkgeekdmpl |
公式URL | https://chromewebstore.google.com/detail/walling-web-clipper/penhhnlldkmlfappgmgjhhfkgeekdmpl |
説明 | Jot down quick notes, save bookmarks and images to your Walling.app Daily Desk and Walls. |
ファイルサイズ | 589 KB |
インストール数 | 5,759 |
現在のバージョン | 1.2.64 |
最終更新日 | 2023-11-26 |
公開日 | 2020-06-12 |
評価 | 4.46/5 合計 13 レビュー |
開発者 | https://walling.app |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://walling.app |
ヘルプページのURL | https://walling.app/contact |
プライバシーポリシーページのURL | https://walling.app/terms-and-privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Walling Web Clipper", "short_name": "Walling", "description": "Jot down quick notes, save bookmarks and images to your Walling.app Daily Desk and Walls.", "version": "1.2.64", "manifest_version": 2, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Walling Web Clipper", "default_icon": "icons\/icon_48.png", "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ "popup\/images\/*", "images\/*", "*.ttf" ], "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab", "contextMenus", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com; object-src 'self'" } |