Vine Quotes - New Tab
Displays a new vine quote along with the user's top sites every time new tab is opened
ما هو Vine Quotes - New Tab؟
Vine Quotes - New Tab هو إضافة Chrome تم تطويرها بواسطة nworthington16dev، والميزة الرئيسية لها هي "Displays a new vine quote along with the user's top sites every time new tab is opened".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Vine Quotes - New Tab
قم بتنزيل ملفات الامتداد Vine Quotes - New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Upon opening a new tab, enjoy a fresh vine quote, along with links to your top sites. Simple and soothing. RIP Vine.
معلومات أساسية عن التمديد
الاسم | |
ID | nikilimfbnkfgfclokjggmpjhbjbkiin |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/vine-quotes-new-tab/nikilimfbnkfgfclokjggmpjhbjbkiin |
الوصف | Displays a new vine quote along with the user's top sites every time new tab is opened |
حجم الملف | 6.96 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-12-04 |
تاريخ النشر | 2018-12-04 |
المطور | nworthington16dev |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Vine Quotes - New Tab", "version": "1.0", "description": "Displays a new vine quote along with the user's top sites every time new tab is opened", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "topSites" ] } |