Ariana Grande - New Tab page
Custom new tab and homepage page with Ariana Grande as background
Ariana Grande - New Tab pageとは何ですか?
Ariana Grande - New Tab pageはdeluuxeによって開発されたChromeの拡張機能で、その主な機能は「Custom new tab and homepage page with Ariana Grande as background」です。
拡張機能のスクリーンショット
Ariana Grande - New Tab page拡張機能のCRXファイルをダウンロード
Ariana Grande - New Tab page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A extention which replaces all new tabpages in chrome, opera and edge (chromium) with a homepage with high-res images of ariana. It features a google search bar with auto-completion and some handy links. you can also enter urls in the searchbar and it will take you straight there. Demo: https://ag.24-7.dev/ Tested browsers: Opera, Chrome, ms Edge (chromium) Vivaldi users: you can set a custom url as new tab page in the settings of your browser, you can set it to "https://ag-homepage.ga" to get the same result as this plugin
拡張機能の基本情報
名前 | Ariana Grande - New Tab page |
ID | bimbcifmkdfhjmnekpnlhcggndfjcfak |
公式URL | https://chromewebstore.google.com/detail/ariana-grande-new-tab-pag/bimbcifmkdfhjmnekpnlhcggndfjcfak |
説明 | Custom new tab and homepage page with Ariana Grande as background |
ファイルサイズ | 16.93 MB |
インストール数 | 59 |
現在のバージョン | 3.3.6 |
最終更新日 | 2021-12-06 |
公開日 | 2020-05-02 |
開発者 | deluuxe |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://ag.24-7.dev |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ariana Grande - New Tab page", "description": "Custom new tab and homepage page with Ariana Grande as background", "version": "3.3.6", "author": "DELUUXE", "incognito": "spanning", "permissions": [ "tabs", "windows" ], "background": { "service_worker": "sw.js" }, "action": { "default_icon": "images\/icon128.png", "default_popup": "popup.html" }, "icons": { "48": "images\/icon128.png", "128": "images\/icon128.png" }, "manifest_version": 3 } |