Save to WebCull
A plugin that makes it easier to save websites to the WebCull bookmark manager.
ما هو Save to WebCull؟
Save to WebCull هو إضافة Chrome تم تطويرها بواسطة http://webcull.com، والميزة الرئيسية لها هي "A plugin that makes it easier to save websites to the WebCull bookmark manager.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Save to WebCull
قم بتنزيل ملفات الامتداد Save to WebCull بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Save to WebCull bookmark manager without needing to navigate to the WebCull website. You can also change the title, save tags, take notes and quick switch account. Easily move your bookmark to a specific folder or create a new one all within the extension. The icon that is used to save links is grayscaled until the link has been saved, this is useful to know if you have already saved a link.
معلومات أساسية عن التمديد
الاسم | |
ID | fiecfoalabmdglnpljckaajopfbdgcea |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/save-to-webcull/fiecfoalabmdglnpljckaajopfbdgcea |
الوصف | A plugin that makes it easier to save websites to the WebCull bookmark manager. |
حجم الملف | 101 KB |
عدد التثبيتات | 1,257 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2022-01-24 |
تاريخ النشر | 2020-05-22 |
تقييم | 2.25/5 مجموع تقييمات 4 |
المطور | http://webcull.com |
البريد الإلكتروني | [email protected] |
موقع الإضافة | https://webcull.com |
عنوان صفحة المساعدة | https://webcull.com/reading/faq |
عنوان صفحة سياسة الخصوصية | https://webcull.com/policy/privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to WebCull", "short_name": "WebCull", "version": "1.1.1", "description": "A plugin that makes it easier to save websites to the WebCull bookmark manager.", "permissions": [ "webRequest", "webNavigation", "tabs", "cookies", "https:\/\/webcull.com\/" ], "browser_action": { "default_title": "Add to WebCull", "default_icon": { "16": "images\/webcull-16x.png", "32": "images\/webcull-32x.png", "48": "images\/webcull-48x.png", "128": "images\/webcull-128x.png" }, "default_popup": "views\/bootstrap.html" }, "background": { "scripts": [ "js\/lib\/q.js", "js\/lib\/lib.js", "js\/background\/background.js" ], "persistent": true }, "icons": { "16": "images\/webcull-16x.png", "32": "images\/webcull-32x.png", "48": "images\/webcull-48x.png", "128": "images\/webcull-128x.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/webcull.com\/; object-src 'self'" } |