Fotteria Screen Capture
Fotteria Screen Capture
ما هو Fotteria Screen Capture؟
Fotteria Screen Capture هو إضافة Chrome تم تطويرها بواسطة http://fotteria.pl، والميزة الرئيسية لها هي "Fotteria Screen Capture".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fotteria Screen Capture
قم بتنزيل ملفات الامتداد Fotteria Screen Capture بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Addon will be deprecated since 20-01-2014, please stop using it.
معلومات أساسية عن التمديد
الاسم | |
ID | dddabdbolkohbpnpimnelhpekbfmlpke |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/fotteria-screen-capture/dddabdbolkohbpnpimnelhpekbfmlpke |
الوصف | Fotteria Screen Capture |
حجم الملف | 228 KB |
عدد التثبيتات | 273 |
النسخة الحالية | 1.4.1 |
آخر تحديث | 2014-01-13 |
تاريخ النشر | 2014-01-13 |
تقييم | 3.97/5 مجموع تقييمات 39 |
المطور | http://fotteria.pl |
نوع الدفع | free |
اللغات المدعومة | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fotteria Screen Capture", "version": "1.4.1", "manifest_version": 2, "description": "Fotteria Screen Capture", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "default_locale": "en", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inject.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/fotteria.pl\/*", "https:\/\/fotteria.pl\/*", "http:\/\/*.fotteria.love\/*" ], "js": [ "inject-fotteria.js" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'", "web_accessible_resources": [ "loader2.gif" ] } |