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 هو إضافة Chrome تم تطويرها بواسطة https://pikaso.me، والميزة الرئيسية لها هي "Get a clean and clutter-free screenshot of any tweet. Perfect for sharing tweets on Instagram, websites, and newsletters.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pikaso - Screenshot Twitter
قم بتنزيل ملفات الامتداد Pikaso - Screenshot Twitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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}"
}
}
} | |