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 |
| 公式URL | 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 |
| Eメール | [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"
}
} | |