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 |
电子邮箱 | [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'" } |