Typed
Typed Web Extension
什么是Typed?
Typed是由Team Typed开发的Chrome扩展程序,该扩展的主要功能是“Typed Web Extension”。
扩展截图
下载Typed扩展crx文件
下载Typed扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can easily add web resources to Typed with just a click by installing the web extension, no longer needing to copy and paste URLs. Features provided: - Save the URL to your Typed library - Link the URL directly to specific document or folder - Be mouseless and use keyboard shortcuts to save even faster --- 웹에서 원하는 URL을 바로 타입드에 추가하세요. URL를 복사해서 타입드 서비스에 추가할 필요 없이 웹 익스텐션을 설치하여 원클릭으로 쉽게 타입드 라이브러리 내 저장이 가능합니다. 제공 기능: - URL을 자신의 라이브러리로 저장 - 도큐먼트 혹은 폴더를 지정하여 URL을 저장 - 숏컷을 활용한 빠른 URL 수집
扩展基本信息
名称 | Typed |
ID | kaeblcnicidcgbblaepcapgabflhmgno |
官方URL | https://chromewebstore.google.com/detail/typed/kaeblcnicidcgbblaepcapgabflhmgno |
简介 | Typed Web Extension |
文件大小 | 8.14 MB |
安装次数 | 8,877 |
当前版本 | 1.0.13 |
更新时间 | 2023-05-26 |
上架时间 | 2021-08-20 |
评分 | 4.85/5 共41次评分 |
开发者 | Team Typed |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.typed.do/ |
隐私政策页面URL | https://typed.do/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Typed", "description": "Typed Web Extension", "version": "1.0.13", "manifest_version": 3, "permissions": [ "storage", "scripting" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "action": { "default_icon": { "16": "icons\/typed-app-icon16.png", "32": "icons\/typed-app-icon32.png", "48": "icons\/typed-app-icon48.png", "128": "icons\/typed-app-icon128.png" } }, "icons": { "16": "icons\/typed-app-icon16.png", "32": "icons\/typed-app-icon32.png", "48": "icons\/typed-app-icon48.png", "128": "icons\/typed-app-icon128.png" }, "content_scripts": [ { "run_at": "document_end", "matches": [ " |