Niceties
A cool extension that makes you happy!
什麼是Niceties?
Niceties是由https://www.samjhill.com開發的Chrome擴展程式,該擴展的主要功能是“A cool extension that makes you happy!”。
擴展截圖
下載Niceties擴展crx文件
下載Niceties擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Niceties gives you a silly and uplifting compliment every time you open a new tab! New in version 1.0: Random Chromecast backgrounds! So pretty.
擴展基本資訊
名稱 | |
ID | glfjhfemgfaoeejgphcogkijdfdebffm |
官方網址 | https://chromewebstore.google.com/detail/niceties/glfjhfemgfaoeejgphcogkijdfdebffm |
簡介 | A cool extension that makes you happy! |
檔案大小 | 1.24 MB |
安裝次數 | 12 |
目前版本 | 1.0.0 |
更新時間 | 2016-06-22 |
上架時間 | 2016-06-22 |
評分 | 5.00/5 共 4 次評分 |
開發者 | https://www.samjhill.com |
付費類型 | free |
擴展官網 | http://www.samjhill.com/blog |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Niceties", "version": "1.0.0", "manifest_version": 2, "description": "A cool extension that makes you happy!", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "chrome_url_overrides": { "newtab": "page.html" } } |