Quiet Quote
This extension provides you with a fresh, inspirational quote every time you click!
ما هو Quiet Quote؟
Quiet Quote هو إضافة Chrome تم تطويرها بواسطة robertduplock، والميزة الرئيسية لها هي "This extension provides you with a fresh, inspirational quote every time you click!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quiet Quote
قم بتنزيل ملفات الامتداد Quiet Quote بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension provides you with a fresh, inspirational quote every time you click! Now with a refresh button.
"There is nothing noble in being superior to your fellow men. True nobility lies in being superior to your former self."
- Ernest Hemingway
This extension is 100% free, ad free & will be forever. There is a small "Support Me" link if you're feeling generous.
Quotes are sourced from the forismatic api - see http://forismatic.com/en/ for their cool stuff. معلومات أساسية عن التمديد
| الاسم | |
| ID | jkolpjlkefdnecigcmdjogmehjcnjobe |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/quiet-quote/jkolpjlkefdnecigcmdjogmehjcnjobe |
| الوصف | This extension provides you with a fresh, inspirational quote every time you click! |
| حجم الملف | 33.47 KB |
| عدد التثبيتات | 36 |
| النسخة الحالية | 0.7.0 |
| آخر تحديث | 2017-03-08 |
| تاريخ النشر | 2017-03-07 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | robertduplock |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Quiet Quote",
"description": "This extension provides you with a fresh, inspirational quote every time you click!",
"version": "0.7.0",
"author": "Robert Duplock",
"browser_action": {
"default_icon": {
"19": "img\/icon19.png",
"38": "img\/icon38.png"
},
"default_popup": "popup.html",
"default_title": "Quiet Quote"
},
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"permissions": [
"http:\/\/api.forismatic.com\/api\/"
]
} | |