Commons Tab
Beautiful free images from Wikimedia Commons for your boring chrome tabs
ما هو Commons Tab؟
Commons Tab هو إضافة Chrome تم تطويرها بواسطة Stephen LaPorte، والميزة الرئيسية لها هي "Beautiful free images from Wikimedia Commons for your boring chrome tabs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Commons Tab
قم بتنزيل ملفات الامتداد Commons Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Each time you open a tab, it will load a nice big image from among the best photographs and art on Wikimedia Commons. The photographs are from featured categories, such as astronomy, architecture, birds, and a few cool diagrams. Enjoy!
معلومات أساسية عن التمديد
الاسم | Commons Tab |
ID | afbiobjnggllnimnbhddficgaigcfmcp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/commons-tab/afbiobjnggllnimnbhddficgaigcfmcp |
الوصف | Beautiful free images from Wikimedia Commons for your boring chrome tabs |
حجم الملف | 215 KB |
عدد التثبيتات | 85 |
النسخة الحالية | 0.0.5 |
آخر تحديث | 2016-03-19 |
تاريخ النشر | 2016-03-18 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Stephen LaPorte |
نوع الدفع | free |
موقع الإضافة | http://hatnote.com |
عنوان صفحة المساعدة | https://github.com/slaporte/commons-tab |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Commons Tab", "version": "0.0.5", "manifest_version": 2, "description": "Beautiful free images from Wikimedia Commons for your boring chrome tabs", "homepage_url": "https:\/\/github.com\/slaporte\/commons-tab", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "js\/jquery\/jquery.js", "js\/vegas\/vegas.js", "src\/options_custom\/lib\/store.js", "js\/app.js", "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options_custom\/index.html", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "content_security_policy": "script-src 'self' https:\/\/commons.wikimedia.org; object-src 'self'", "permissions": [ "storage", "unlimitedStorage", "https:\/\/commons.wikimedia.org\/*" ] } |