Ponder
Replace new tab page with something to ponder
ما هو Ponder؟
Ponder هو إضافة Chrome تم تطويرها بواسطة thatjpcsguy، والميزة الرئيسية لها هي "Replace new tab page with something to ponder".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ponder
قم بتنزيل ملفات الامتداد Ponder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | jpbfinekcbbkphbccmbjpjmehlkplbco |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/ponder/jpbfinekcbbkphbccmbjpjmehlkplbco |
الوصف | Replace new tab page with something to ponder |
حجم الملف | 1.57 MB |
عدد التثبيتات | 209 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2014-07-16 |
تاريخ النشر | 2014-07-16 |
تقييم | 4.50/5 مجموع تقييمات 4 |
المطور | thatjpcsguy |
نوع الدفع | free |
موقع الإضافة | http://thatjpcsguy.github.io/ponder/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ponder", "version": "1.0.1", "description": "Replace new tab page with something to ponder", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png", "1024": "img\/icon-1024.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/query.yahooapis.com 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "offline_enabled": true, "permissions": [ "geolocation", "unlimitedStorage", "https:\/\/ssl.google-analytics.com\/ga.js", "*:\/\/*.googleapis.com\/*" ] } |