Tippy
Is the order a new tab page?
ما هو Tippy؟
Tippy هو إضافة Chrome تم تطويرها بواسطة Shino، والميزة الرئيسية لها هي "Is the order a new tab page?".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tippy
قم بتنزيل ملفات الامتداد Tippy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tippy is an alternate new tab page for Google Chrome that pulls wonderful images from the top rankings of Pixiv to surprise and delight with every Cmd-T, or Ctrl-T if you're a plebeian. Tippy is fully responsive, written with five different preprocessors, and takes full advantage of vendor prefixes. It is guaranteed to increase market penetration for you and your significant others. Let's have cafe daydreams! Currently, Tippy requires that you be on the Chrome Dev Channel for certain features (recently closed tabs) to work. Sorry about that!
معلومات أساسية عن التمديد
الاسم | |
ID | fnidfcjahafdlhkgghngnoknnbkmikme |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/tippy/fnidfcjahafdlhkgghngnoknnbkmikme |
الوصف | Is the order a new tab page? |
حجم الملف | 2.76 MB |
عدد التثبيتات | 52 |
النسخة الحالية | 0.8.5 |
آخر تحديث | 2015-06-01 |
تاريخ النشر | 2015-06-01 |
تقييم | 4.83/5 مجموع تقييمات 6 |
المطور | Shino |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tippy", "version": "0.8.5", "description": "Is the order a new tab page?", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "short_name": "Tippy", "permissions": [ "sessions", "tabs", "http:\/\/localhost\/", "http:\/\/*\/*" ], "homepage_url": "https:\/\/github.com\/dastardlylemon\/tippy" } |