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 |
| 官方網址 | 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}"
}
}
} | |