Numbers
It will show you a fact about a random number.
什麼是Numbers?
Numbers是由Sahithyan開發的Chrome擴展程式,該擴展的主要功能是“It will show you a fact about a random number.”。
擴展截圖
下載Numbers擴展crx文件
下載Numbers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Why don't your new tab is filled with productivity? This extension will make it for you. Learn about a number in your every new tabs in Google Chrome. OR
Why don't you remove the default new tab and left with a blank page? 擴展基本資訊
| 名稱 | |
| ID | pdaihfkgkfbdlcdemlggnondnhcgkfoh |
| 官方網址 | https://chrome.google.com/webstore/detail/numbers/pdaihfkgkfbdlcdemlggnondnhcgkfoh |
| 簡介 | It will show you a fact about a random number. |
| 檔案大小 | 166 KB |
| 安裝次數 | 21 |
| 目前版本 | 1.3 |
| 更新時間 | 2019-08-24 |
| 上架時間 | 2019-08-24 |
| 開發者 | Sahithyan |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Numbers",
"description": "It will show you a fact about a random number.",
"author": "Sahithyan",
"version": "1.3",
"permissions": [
"activeTab",
"storage"
],
"icons": {
"128": "icons\/logo.png"
},
"browser_action": {
"default_icon": "icons\/logo.png",
"default_popup": "pop.html"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"chrome_url_overrides": {
"newtab": "index.html"
}
} | |