SnappySnippet
Easily extract CSS and HTML from selected element. Then send it to CodePen, jsFiddle or JS Bin with one click.
ما هو SnappySnippet؟
SnappySnippet هو إضافة Chrome تم تطويرها بواسطة fangtiansheng، والميزة الرئيسية لها هي "Easily extract CSS and HTML from selected element. Then send it to CodePen, jsFiddle or JS Bin with one click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SnappySnippet
قم بتنزيل ملفات الامتداد SnappySnippet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome/Chromium extension that allows easy CSS+HTML extraction of specific DOM element. Created snippet can be then exported to CodePen, jsFiddle or JS Bin with one click. Other features: cleans up HTML (removing unnecessary attributes, fixing indentation) optimizes CSS to make it readable fully configurable (all filters can be turned off) nice UI thanks to Bootstrap & Flat-UI projects works with :before and :after pseudo elements
معلومات أساسية عن التمديد
الاسم | SnappySnippet |
ID | mdmgnnmlhdfofojkdoajglgmhaicejkk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/snappysnippet/mdmgnnmlhdfofojkdoajglgmhaicejkk |
الوصف | Easily extract CSS and HTML from selected element. Then send it to CodePen, jsFiddle or JS Bin with one click. |
حجم الملف | 2.24 MB |
عدد التثبيتات | 12,619 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2020-12-27 |
تاريخ النشر | 2020-12-26 |
تقييم | 4.25/5 مجموع تقييمات 8 |
المطور | fangtiansheng |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/valuespider/SnappySnippet |
عنوان صفحة المساعدة | https://github.com/valuespider/SnappySnippet/issues |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SnappySnippet", "description": "Easily extract CSS and HTML from selected element. Then send it to CodePen, jsFiddle or JS Bin with one click.", "version": "1.0.0", "manifest_version": 2, "minimum_chrome_version": "18.0", "icons": { "24": "gfx\/icon_24.png", "128": "gfx\/icon_128.png" }, "devtools_page": "devtools.html", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/platform.twitter.com https:\/\/www.facebook.com; object-src 'self'" } |