WeSnipp Chrome Extension
The official WeSnipp Chrome Extension
ما هو WeSnipp Chrome Extension؟
WeSnipp Chrome Extension هو إضافة Chrome تم تطويرها بواسطة http://wesnipp.com، والميزة الرئيسية لها هي "The official WeSnipp Chrome Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WeSnipp Chrome Extension
قم بتنزيل ملفات الامتداد WeSnipp Chrome Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Chrome extension WeSnipp makes adding snippet simpler. When a web page contains code (''), a button is added next. Just be clicked to add it to your snippets
معلومات أساسية عن التمديد
الاسم | |
ID | nljdgkgnlfkedbdimeiojkcllnandmke |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/wesnipp-chrome-extension/nljdgkgnlfkedbdimeiojkcllnandmke |
الوصف | The official WeSnipp Chrome Extension |
حجم الملف | 438 KB |
عدد التثبيتات | 90 |
النسخة الحالية | 1.3.4 |
آخر تحديث | 2014-09-19 |
تاريخ النشر | 2014-09-19 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | http://wesnipp.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WeSnipp Chrome Extension", "description": "The official WeSnipp Chrome Extension", "version": "1.3.4", "browser_action": { "default_popup": "popup.html", "default_icon": "icon-48.png" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "storage", "contextMenus", "https:\/\/wesnipp.com\/" ], "content_security_policy": "script-src 'self' https:\/\/wesnipp.com; object-src 'self'", "externally_connectable": { "matches": [ "*:\/\/*.wesnipp.com\/*" ] }, "background": { "persistent": false, "scripts": [ "jquery.min.js", "background.js", "wesnipp.js" ] }, "content_scripts": [ { "js": [ "jquery.min.js", "wesnipp.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |