Pikaso - Screenshot Twitter
Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.
什么是Pikaso - Screenshot Twitter?
Pikaso - Screenshot Twitter是由https://pikaso.me开发的Chrome扩展程序,该扩展的主要功能是“Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.”。
扩展截图
下载Pikaso - Screenshot Twitter扩展crx文件
下载Pikaso - Screenshot Twitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
To use this extension you must first sign in at https://pikaso.me. 扩展基本信息
| 名称 | |
| ID | ifoniakgfcodcephanhnaeicbkeianap |
| 官方URL | https://chromewebstore.google.com/detail/pikaso-screenshot-twitter/ifoniakgfcodcephanhnaeicbkeianap |
| 简介 | Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters. |
| 文件大小 | 26.59 KB |
| 安装次数 | 3,150 |
| 当前版本 | 1.5.0 |
| 更新时间 | 2020-08-31 |
| 上架时间 | 2020-05-20 |
| 评分 | 3.29/5 共7次评分 |
| 开发者 | https://pikaso.me |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://pikaso.me |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pikaso - Screenshot Twitter",
"version": "1.5.0",
"description": "Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.",
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*",
"https:\/\/mobile.twitter.com\/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
]
}
],
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"web_accessible_resources": [
"images\/camera.svg",
"images\/camera-hover.svg"
],
"browser_specific_settings": {
"gecko": {
"id": "{64beab3e-ce04-40d5-94a3-d360746170fe}"
}
}
} | |