Big Nate
Big Nate comics
Big Nateとは何ですか?
Big Nateはhttps://notepad.softwarevalley.netによって開発されたChromeの拡張機能で、その主な機能は「Big Nate comics」です。
拡張機能のスクリーンショット
Big Nate拡張機能のCRXファイルをダウンロード
Big Nate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you like Big Nate comics and you would like to receive new comics every day, install this extension and enjoy. **** You can also install this extension (http://goo.gl/8jx0N) if you would like to follow other comics from GoComics.com site too. **** FEATURES **** • Navigate through comics with left/right arrows; home key to go to newest comic. • Last viewed comic is now saved so you can go back and read what you have missed.
拡張機能の基本情報
名前 | Big Nate |
ID | idjofkllpnkmcckegdacglccbieokejk |
公式URL | https://chromewebstore.google.com/detail/big-nate/idjofkllpnkmcckegdacglccbieokejk |
説明 | Big Nate comics |
ファイルサイズ | 53.56 KB |
インストール数 | 319 |
現在のバージョン | 1.4.2 |
最終更新日 | 2022-09-30 |
公開日 | 2018-07-05 |
評価 | 4.22/5 合計 9 レビュー |
開発者 | https://notepad.softwarevalley.net |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Big Nate", "version": "1.4.2", "manifest_version": 2, "description": "Big Nate comics", "icons": { "128": "images\/icon-128.png", "19": "images\/icon-19.png", "48": "images\/icon-48.png" }, "background": { "scripts": [ "background.js" ] }, "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/big-nate\/idjofkllpnkmcckegdacglccbieokejk", "content_security_policy": "default-src 'self'; img-src 'self' https:\/\/assets.amuniversal.com; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/*.gocomics.com\/bignate\/", "browser_action": { "default_icon": "images\/icon-19.png", "default_title": "Big Nate Comics", "default_popup": "popup.html" }, "permissions": [ "https:\/\/www.gocomics.com\/bignate\/*" ] } |