VG News
Makes the front page of VG.no look like Hacker News.
ما هو VG News؟
VG News هو إضافة Chrome تم تطويرها بواسطة Michael Johansen، والميزة الرئيسية لها هي "Makes the front page of VG.no look like Hacker News.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة VG News
قم بتنزيل ملفات الامتداد VG News بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension was made for demo purposes in relation to a 30-minute workshop on Chrome extensions where I work. Use both the extension and the code (see GitHub) at your own discretion. I take absolutely no responsibility for anyones use of the extension or the code. Questions? Send me an email.
معلومات أساسية عن التمديد
الاسم | |
ID | efehmpikadfdbcabkelfcggeodojbkej |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/vg-news/efehmpikadfdbcabkelfcggeodojbkej |
الوصف | Makes the front page of VG.no look like Hacker News. |
حجم الملف | 55.61 KB |
عدد التثبيتات | 40 |
النسخة الحالية | 0.4.0 |
آخر تحديث | 2016-10-11 |
تاريخ النشر | 2016-10-11 |
المطور | Michael Johansen |
نوع الدفع | free |
موقع الإضافة | https://github.com/michaeljohansen/vg-news |
اللغات المدعومة | no |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VG News", "description": "Makes the front page of VG.no look like Hacker News.", "manifest_version": 2, "version": "0.4.0", "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.vg.no\/*" ], "js": [ "jquery-3.1.1.min.js", "vgnews.js" ] } ], "web_accessible_resources": [ "128.png" ] } |