Reminders of Inspiration
A new tab page that displays your own custom inspirational quotations and images
什麼是Reminders of Inspiration?
Reminders of Inspiration是由Evy開發的Chrome擴展程式,該擴展的主要功能是“A new tab page that displays your own custom inspirational quotations and images”。
擴展截圖
下載Reminders of Inspiration擴展crx文件
下載Reminders of Inspiration擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When you see a quote/photo or your friend says something wise, and you want to remember to think about it again every so often, you can add it to this little chrome extension! Add your own custom content, and whenever you open a new tab, it will display one of them. -- you can star/fork me on GitHub: https://github.com/evykassirer/reminders-of-inspiration
擴展基本資訊
名稱 | Reminders of Inspiration |
ID | bfjpeobppojibdjcnccgdpahdcbbmicg |
官方網址 | https://chromewebstore.google.com/detail/reminders-of-inspiration/bfjpeobppojibdjcnccgdpahdcbbmicg |
簡介 | A new tab page that displays your own custom inspirational quotations and images |
檔案大小 | 90.26 KB |
安裝次數 | 141 |
目前版本 | 1.3 |
更新時間 | 2017-05-13 |
上架時間 | 2017-05-13 |
評分 | 5.00/5 共 9 次評分 |
開發者 | Evy |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reminders of Inspiration", "short_name": "Reminders", "description": "A new tab page that displays your own custom inspirational quotations and images", "version": "1.3", "icons": { "128": "bulb.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage" ] } |