Share it
Share or Copy web pages to anywhere by various format.
ما هو Share it؟
Share it هو إضافة Chrome تم تطويرها بواسطة https://hira.page، والميزة الرئيسية لها هي "Share or Copy web pages to anywhere by various format.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Share it
قم بتنزيل ملفات الامتداد Share it بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Web pages can be freely shared and copied in a variety of formats.
معلومات أساسية عن التمديد
الاسم | Share it |
ID | kmfmfcdigkgfhmnopjfdnaikhjkmmplm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/share-it/kmfmfcdigkgfhmnopjfdnaikhjkmmplm |
الوصف | Share or Copy web pages to anywhere by various format. |
حجم الملف | 299 KB |
عدد التثبيتات | 160 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2021-06-03 |
تاريخ النشر | 2021-05-20 |
تقييم | 2.00/5 مجموع تقييمات 1 |
المطور | https://hira.page |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/psephopaiktes/share-it |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "1.1.1", "author": "Akira HIRATA", "default_locale": "en", "homepage_url": "https:\/\/github.com\/psephopaiktes\/share-it", "description": "__MSG_extDescription__", "permissions": [ "storage", "tabs", "notifications", "activeTab", "scripting" ], "action": { "default_title": "Share this page", "default_popup": "index.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+S" } } } } |