Markfolder
Bookmark tweets, organise them in folders, find them easily.
什么是Markfolder?
Markfolder是由Markfolder开发的Chrome扩展程序,该扩展的主要功能是“Bookmark tweets, organise them in folders, find them easily.”。
扩展截图
下载Markfolder扩展crx文件
下载Markfolder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily bookmark tweets, organise them with folders, and find them again quickly. 扩展基本信息
| 名称 | |
| ID | fafoaldapbohckadnneaegajmfacnejd |
| 官方URL | https://chromewebstore.google.com/detail/markfolder/fafoaldapbohckadnneaegajmfacnejd |
| 简介 | Bookmark tweets, organise them in folders, find them easily. |
| 文件大小 | 81.33 KB |
| 安装次数 | 2,205 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2022-06-08 |
| 上架时间 | 2020-09-03 |
| 评分 | 4.80/5 共5次评分 |
| 开发者 | Markfolder |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://markfolder.com |
| 帮助页面URL | https://markfolder.com/howto |
| 隐私政策页面URL | https://markfolder.com/pages/privacy |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Markfolder",
"description": "Bookmark tweets, organise them in folders, find them easily.",
"version": "1.0.2",
"manifest_version": 2,
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/markfolder16.png",
"32": "images\/markfolder32.png",
"48": "images\/markfolder48.png",
"128": "images\/markfolder128.png"
}
},
"icons": {
"16": "images\/markfolder16.png",
"32": "images\/markfolder32.png",
"48": "images\/markfolder48.png",
"128": "images\/markfolder128.png"
},
"permissions": [
"tabs",
"https:\/\/markfolder.com\/"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+M",
"mac": "MacCtrl+Shift+M"
},
"description": "Bookmark this tweet - Markfolder"
}
},
"background": {
"scripts": [
"background.js"
]
}
} | |