Factr: Fun facts in your new tab
With Factr, get interesting new facts on your Chrome new tab page.
Factr: Fun facts in your new tabとは何ですか?
Factr: Fun facts in your new tabはShaan Shivanandanによって開発されたChromeの拡張機能で、その主な機能は「With Factr, get interesting new facts on your Chrome new tab page.」です。
拡張機能のスクリーンショット
Factr: Fun facts in your new tab拡張機能のCRXファイルをダウンロード
Factr: Fun facts in your new tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Factr is a simple new-tab extension for Google Chrome. With Factr, every time you open a new tab, you will see a fun and interesting fact 😍                     拡張機能の基本情報
| 名前 |   |  
| ID | bjeajdaodccabjpmihclhblpjghpkopg | 
| 公式URL | https://chromewebstore.google.com/detail/factr-fun-facts-in-your-n/bjeajdaodccabjpmihclhblpjghpkopg | 
| 説明 | With Factr, get interesting new facts on your Chrome new tab page. | 
| ファイルサイズ | 59.28 KB | 
| インストール数 | 32 | 
| 現在のバージョン | 0.1.0 | 
| 最終更新日 | 2019-07-02 | 
| 公開日 | 2019-07-02 | 
| 開発者 | Shaan Shivanandan | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Factr: Fun facts in your new tab",
    "short_name": "Factr",
    "description": "With Factr, get interesting new facts on your Chrome new tab page.",
    "version": "0.1.0",
    "permissions": [
        "management"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}  |  |